diff --git a/Database/AthenaRoot/AthenaRootComps/AthenaRootComps/TransferTree.h b/Database/AthenaRoot/AthenaRootComps/AthenaRootComps/TransferTree.h
index 9ee7084d71f0fad41e5359fe9cbcf5e0d2ad8e83..f6b7f0398f2075ccdbc5758c3df518104f681e6f 100644
--- a/Database/AthenaRoot/AthenaRootComps/AthenaRootComps/TransferTree.h
+++ b/Database/AthenaRoot/AthenaRootComps/AthenaRootComps/TransferTree.h
@@ -1,11 +1,11 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRANSFERTREE_H
 #define TRANSFERTREE_H
 #include "TTree.h"
-#include "SGTools/CLASS_DEF.h"
+#include "AthenaKernel/CLASS_DEF.h"
 
 class TransferTree
 {
diff --git a/Database/AthenaRoot/AthenaRootComps/src/LeafCnv.cxx b/Database/AthenaRoot/AthenaRootComps/src/LeafCnv.cxx
index 995afcdd8e68ae6561f554a4f3af2a967dc9a4f7..31b3a984cdb1778318d3bf0e4ad23ed83ebf5baf 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/LeafCnv.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/LeafCnv.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // LeafCnv.cxx 
@@ -25,9 +25,7 @@
 #include "GaudiKernel/ServiceHandle.h"
 #include "GaudiKernel/System.h"
 #include "AthenaKernel/IDictLoaderSvc.h"
-
-// sgtools
-#include "SGTools/DataBucketBase.h"
+#include "AthenaKernel/DataBucketBase.h"
 
 // ROOT 
 #include "TBranch.h"
diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootCnv.cxx b/Database/AthenaRoot/AthenaRootComps/src/RootCnv.cxx
index 5811f5ee6852c4d5d8a4726bd30512468bdf6e80..a07379a709ef7c87a0e848ae37115c1f04e00e2f 100755
--- a/Database/AthenaRoot/AthenaRootComps/src/RootCnv.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/RootCnv.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // RootCnv.cxx
@@ -25,12 +25,11 @@
 #include "GaudiKernel/IOpaqueAddress.h"
 #include "GaudiKernel/IRegistry.h"
 #include "AthenaKernel/ITPCnvBase.h"
+#include "AthenaKernel/StorableConversions.h"
 #include "AthenaBaseComps/AthCheckMacros.h"
 #include "PersistentDataModel/Placement.h"
 #include "PersistentDataModel/Token.h"
 
-// sgtools
-#include "SGTools/StorableConversions.h"
 
 namespace {
   std::string name_from_clid(const CLID clid) {
diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootDataBucketBranch.h b/Database/AthenaRoot/AthenaRootComps/src/RootDataBucketBranch.h
index c7ff1c8de3bdacadf4f358c190c595161d2d4f6f..e99ee1d94357b5e29a5afe494cbad4b236ab9852 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/RootDataBucketBranch.h
+++ b/Database/AthenaRoot/AthenaRootComps/src/RootDataBucketBranch.h
@@ -15,8 +15,7 @@
 #include <string>
 #include <stdexcept>
 
-// SGTools
-#include "SGTools/DataBucketBase.h"
+#include "AthenaKernel/DataBucketBase.h"
 
 #include "DataModelRoot/RootType.h"
 
diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx
index c5db0b2acbc9fde1f3dca2509a7bd56dd5fe2fa0..697fa13197822971b562b7a0254dcfab32a46817 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleEventSelector.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // RootNtupleEventSelector.cxx 
@@ -37,11 +37,11 @@
 #include "GaudiKernel/System.h"
 #include "AthenaKernel/IClassIDSvc.h"
 #include "AthenaKernel/IDictLoaderSvc.h"
+#include "AthenaKernel/CLASS_DEF.h"
 
 // StoreGate includes
 
 #include "SGTools/BuiltinsClids.h"   // to make sure we have their clids
-#include "SGTools/CLASS_DEF.h"
 #include "SGTools/StlMapClids.h"     // to make sure we have their clids
 #include "SGTools/StlVectorClids.h"  // to make sure we have their clids
 #include "SGTools/TransientAddress.h"
diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleOutputMetadataTool.cxx b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleOutputMetadataTool.cxx
index f5f554408187217a8f6421d1ab3ca423f46ad8dc..d2baa4b17aecab911caecc0341fe5c0286fa7225 100755
--- a/Database/AthenaRoot/AthenaRootComps/src/RootNtupleOutputMetadataTool.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/RootNtupleOutputMetadataTool.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // RootNtupleOutputMetadataTool.cxx 
@@ -22,10 +22,10 @@
 
 // Athena
 #include "AthenaKernel/IClassIDSvc.h"
+#include "AthenaKernel/CLASS_DEF.h"
 #include "AthenaRootKernel/IIoSvc.h"
 #include "StoreGate/StoreGateSvc.h"
 #include "SGTools/BuiltinsClids.h"
-#include "SGTools/CLASS_DEF.h"
 
 #include "TString.h"
 #include "AthenaRootComps/TransferTree.h"
diff --git a/Database/AthenaRoot/AthenaRootComps/src/RootOutputStreamTool.h b/Database/AthenaRoot/AthenaRootComps/src/RootOutputStreamTool.h
index 6c945a95c2bc1401b56d1abd84d56c5893eaf7df..45c2d2bfd9d9fd7431c920a6978889bdc3dc07c5 100755
--- a/Database/AthenaRoot/AthenaRootComps/src/RootOutputStreamTool.h
+++ b/Database/AthenaRoot/AthenaRootComps/src/RootOutputStreamTool.h
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // RootOutputStreamTool.h
@@ -67,7 +67,7 @@ public:
 
   /// Stream out a vector of objects
   ///   Must convert to DataObject, e.g.
-  ///   #include "SGTools/StorableConversions.h"
+  ///   #include "AthenaKernel/StorableConversions.h"
   ///     T* obj = xxx;
   ///     DataObject* dataObject = SG::asStorable(obj);
   StatusCode streamObjects(const IAthenaOutputStreamTool::DataObjectVec& dataObjects);
diff --git a/Database/AthenaRoot/AthenaRootComps/src/xAODBranchAddress.cxx b/Database/AthenaRoot/AthenaRootComps/src/xAODBranchAddress.cxx
index 40055b19bb2cbbd4512869653a67e624c2e82375..da155b4d555dc067d97c289235e5d2e402c7dddc 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/xAODBranchAddress.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/xAODBranchAddress.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // xAODBranchAddress.cxx 
@@ -18,7 +18,7 @@
 // fwk includes
 #include "GaudiKernel/System.h"
 //#include "GaudiKernel/ClassID.h"
-#include "SGTools/CLIDRegistry.h"
+#include "AthenaKernel/CLIDRegistry.h"
 
 // ROOT includes
 #include "TBranch.h"
diff --git a/Database/AthenaRoot/AthenaRootComps/src/xAODCnv.cxx b/Database/AthenaRoot/AthenaRootComps/src/xAODCnv.cxx
index 0de4f9ec7b0cef3484208add91e71e30ddf15aca..41b678e802282f1de37baecc451aba796ec2da90 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/xAODCnv.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/xAODCnv.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // xAODCnv.cxx 
@@ -25,9 +25,7 @@
 #include "GaudiKernel/ServiceHandle.h"
 #include "GaudiKernel/System.h"
 #include "AthenaKernel/IDictLoaderSvc.h"
-
-// sgtools
-#include "SGTools/DataBucketBase.h"
+#include "AthenaKernel/DataBucketBase.h"
 
 // ROOT 
 #include "TBranch.h"
diff --git a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx
index 3af4cacfd913bf109c1c61608cd712811001b781..971c34e81f3c4252db2acc6c0a96006281109edc 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx
+++ b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.cxx
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // xAODEventSelector.cxx 
@@ -38,16 +38,16 @@
 #include "GaudiKernel/System.h"
 #include "AthenaKernel/IClassIDSvc.h"
 #include "AthenaKernel/IDictLoaderSvc.h"
+#include "AthenaKernel/CLASS_DEF.h"
+#include "AthenaKernel/CLIDRegistry.h"
 
 // StoreGate includes
 
 #include "SGTools/BuiltinsClids.h"   // to make sure we have their clids
-#include "SGTools/CLASS_DEF.h"
 #include "SGTools/StlMapClids.h"     // to make sure we have their clids
 #include "SGTools/StlVectorClids.h"  // to make sure we have their clids
 #include "SGTools/TransientAddress.h"
 #include "StoreGate/StoreGate.h" 
-#include "SGTools/CLIDRegistry.h"
 
 // EventInfo includes
 #include "EventInfo/EventInfo.h"