diff --git a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/CMakeLists.txt b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/CMakeLists.txt
index 4434353c2d165e0c2cd9561c5de0508a730d11ce..3fb0276aa054947f8d420e44e36873c879fc3100 100644
--- a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/CMakeLists.txt
+++ b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/CMakeLists.txt
@@ -10,7 +10,6 @@ atlas_depends_on_subdirs( PRIVATE
                           Control/AthenaBaseComps
                           Control/AthenaKernel
                           Control/Navigation
-                          Control/SGTools
                           Database/AthenaPOOL/AthenaPoolUtilities
                           Database/IOVDbDataModel
                           Event/EventBookkeeperMetaData
@@ -36,7 +35,7 @@ atlas_add_component( EventCommonD3PDMaker
                      src/*.cxx
                      src/components/*.cxx
                      INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel Navigation SGTools AthenaPoolUtilities IOVDbDataModel EventBookkeeperMetaData EventKernel FourMomUtils NavFourMom xAODBase xAODEventInfo GaudiKernel LumiBlockCompsLib ParticleEvent D3PDMakerUtils JetEvent )
+                     LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel Navigation AthenaPoolUtilities IOVDbDataModel EventBookkeeperMetaData EventKernel FourMomUtils NavFourMom xAODBase xAODEventInfo GaudiKernel LumiBlockCompsLib ParticleEvent D3PDMakerUtils JetEvent )
 
 # Install files from the package:
 atlas_install_headers( EventCommonD3PDMaker )
diff --git a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/ispellwords b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/ispellwords
index 073c63dd387092e63ac9ed8177303dc5a6ce9855..183864a9f65741dc16e3796fd4931371dcd1382e 100644
--- a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/ispellwords
+++ b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/ispellwords
@@ -536,7 +536,6 @@ TBranch
 GenParticle
 const
 LArParameterization
-SGTools
 IOVDbSvc
 jacob
 ndof
diff --git a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/src/particleInheritance.cxx b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/src/particleInheritance.cxx
index 1d9aee279dc45c16243ed609138f608b740115f0..2b9687644b84b74ae883b4ea3ea109c4cd16aa60 100644
--- a/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/src/particleInheritance.cxx
+++ b/PhysicsAnalysis/D3PDMaker/EventCommonD3PDMaker/src/particleInheritance.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 // $Id$
@@ -15,7 +15,7 @@
 
 #include "EventKernel/INavigable4Momentum.h"
 #include "EventKernel/IParticle.h"
-#include "SGTools/BaseInfo.h"
+#include "AthenaKernel/BaseInfo.h"
 
 
 SG_ADD_BASE (IParticle, SG_VIRTUAL(INavigable4Momentum));