diff --git a/Reconstruction/egamma/egammaTools/CMakeLists.txt b/Reconstruction/egamma/egammaTools/CMakeLists.txt
index 473351888d6fa1ec254391fef5236308b0aec9d7..57f036f6b86a1b159fe4ac71c6d82e6e532ba96f 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 80c89d1863b3ca52a2f4edcc80a1a9e55c7ab6f2..4824815c9c40d46e8e39e187afa14f101c65b81f 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;