From ab42b7a3977fe817cf80b64a78bb1b1f90bfa139 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 7 Dec 2018 16:26:01 +0100 Subject: [PATCH] StoreGateBindings: SGTools -> AthenaKernel Adjust for headers moved from SGTools to AthenaKernel. Former-commit-id: ccdabd1310dab9c1e6d5f8c92259586372fc8a5b --- Control/StoreGateBindings/src/PyThinning.cxx | 8 +++----- Control/StoreGateBindings/src/SgPyDataModel.h | 6 ++---- Control/StoreGateBindings/src/StoreGatePyExt.cxx | 8 ++++---- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/Control/StoreGateBindings/src/PyThinning.cxx b/Control/StoreGateBindings/src/PyThinning.cxx index 88bfa41f458..2eb8bf47344 100755 --- a/Control/StoreGateBindings/src/PyThinning.cxx +++ b/Control/StoreGateBindings/src/PyThinning.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 */ #include "Python.h" @@ -13,12 +13,10 @@ #include "GaudiKernel/DataObject.h" #include "AthenaKernel/IThinningHdlr.h" #include "AthenaKernel/ISlimmingHdlr.h" +#include "AthenaKernel/DataBucketBase.h" +#include "AthenaKernel/BaseInfo.h" #include "AthenaKernel/IThinningSvc.h" -// SGTools includes -#include "SGTools/DataBucketBase.h" -#include "SGTools/BaseInfo.h" - // ROOT includes #include "TClass.h" #include "TClassRef.h" diff --git a/Control/StoreGateBindings/src/SgPyDataModel.h b/Control/StoreGateBindings/src/SgPyDataModel.h index 8bf568b6525..f0cec6844de 100644 --- a/Control/StoreGateBindings/src/SgPyDataModel.h +++ b/Control/StoreGateBindings/src/SgPyDataModel.h @@ -18,13 +18,11 @@ #include "GaudiKernel/DataObject.h" #include "AthenaKernel/IClassIDSvc.h" #include "AthenaKernel/IDictLoaderSvc.h" +#include "AthenaKernel/DataBucketBase.h" +#include "AthenaKernel/BaseInfo.h" extern CLID PyCLID; -// SGTools includes -#include "SGTools/DataBucketBase.h" -#include "SGTools/BaseInfo.h" - // ROOT includes #include "TClass.h" #include "TClassEdit.h" diff --git a/Control/StoreGateBindings/src/StoreGatePyExt.cxx b/Control/StoreGateBindings/src/StoreGatePyExt.cxx index d324cb17b78..106bf55d7c5 100755 --- a/Control/StoreGateBindings/src/StoreGatePyExt.cxx +++ b/Control/StoreGateBindings/src/StoreGatePyExt.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 */ #include "StoreGateBindings/StoreGatePyExt.h" @@ -14,11 +14,11 @@ #include "GaudiKernel/Bootstrap.h" #include "GaudiKernel/DataObject.h" #include "AthenaKernel/IClassIDSvc.h" +#include "AthenaKernel/DataBucketBase.h" +#include "AthenaKernel/BaseInfo.h" +#include "AthenaKernel/ClassID_traits.h" // SGTools includes -#include "SGTools/DataBucketBase.h" -#include "SGTools/BaseInfo.h" -#include "SGTools/ClassID_traits.h" #include "SGTools/BuiltinsClids.h" // ROOT includes -- GitLab