From 4a828a659cd754b07c657f8386ef233de7bb05b3 Mon Sep 17 00:00:00 2001
From: christos <christos@cern.ch>
Date: Sun, 30 Sep 2018 13:27:42 +0100
Subject: [PATCH] small cleanup on unneeded headers/CMakeFile entries

Former-commit-id: 9a47f785c1d778d95b989ce553555814cb19649e
---
 Reconstruction/egamma/egammaTools/CMakeLists.txt         | 3 +--
 Reconstruction/egamma/egammaTools/src/EMFourMomBuilder.h | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Reconstruction/egamma/egammaTools/CMakeLists.txt b/Reconstruction/egamma/egammaTools/CMakeLists.txt
index 473351888d6..57f036f6b86 100644
--- a/Reconstruction/egamma/egammaTools/CMakeLists.txt
+++ b/Reconstruction/egamma/egammaTools/CMakeLists.txt
@@ -15,7 +15,6 @@ atlas_depends_on_subdirs( PRIVATE
 	Calorimeter/CaloUtils
 	Control/AthenaBaseComps
 	Control/AthenaKernel
-	Control/SGTools
 	Control/StoreGate
 	Control/AthContainers
 	DetectorDescription/Identifier
@@ -47,7 +46,7 @@ atlas_add_component( egammaTools
 	src/components/*.cxx
 	INCLUDE_DIRS
 	LINK_LIBRARIES CaloConditions CaloEvent  CaloIdentifier CaloRecLib CaloUtilsLib AthenaBaseComps AthenaKernel 
-	AthContainers SGTools StoreGateLib  Identifier EventKernel EventPrimitives FourMom FourMomUtils  xAODCaloEvent  
+	AthContainers StoreGateLib  Identifier EventKernel EventPrimitives FourMom FourMomUtils  xAODCaloEvent  
 	xAODEgamma xAODTracking xAODTruth GaudiKernel LArRecConditions LArCablingLib LumiBlockCompsLib PATCoreLib EgammaAnalysisInterfacesLib 
 	ElectronPhotonFourMomentumCorrectionLib egammaRecEvent egammaUtils TrkEventPrimitives )
 
diff --git a/Reconstruction/egamma/egammaTools/src/EMFourMomBuilder.h b/Reconstruction/egamma/egammaTools/src/EMFourMomBuilder.h
index 80c89d1863b..4824815c9c4 100644
--- a/Reconstruction/egamma/egammaTools/src/EMFourMomBuilder.h
+++ b/Reconstruction/egamma/egammaTools/src/EMFourMomBuilder.h
@@ -27,10 +27,7 @@
 #include "GaudiKernel/ServiceHandle.h"
 #include "egammaBaseTool.h"
 #include "egammaInterfaces/IEMFourMomBuilder.h"
-#include "EventKernel/IParticle.h"
-#include "CaloEvent/CaloCluster.h"
 #include "EventPrimitives/EventPrimitives.h"
-
 #include "egammaRecEvent/egammaRec.h"
 
 class eg_resolution;
-- 
GitLab