diff --git a/Control/IOVSvc/src/CondInputLoader.cxx b/Control/IOVSvc/src/CondInputLoader.cxx index 8ad0f3eba38a9b57823dc1f7ad8fca560ecf2e7c..067e8dd7a8f8a664f102f587f66bf3951d242625 100644 --- a/Control/IOVSvc/src/CondInputLoader.cxx +++ b/Control/IOVSvc/src/CondInputLoader.cxx @@ -23,7 +23,7 @@ #include "AthenaKernel/CondContMaker.h" #include "xAODEventInfo/EventInfo.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" #include "TClass.h" diff --git a/Control/IOVSvc/src/CondSvc.cxx b/Control/IOVSvc/src/CondSvc.cxx index 2d82a83be4524672a165fe4d249069cd6cfeb9ff..b38f7f2e457769677015c592564b788cc6c48892 100644 --- a/Control/IOVSvc/src/CondSvc.cxx +++ b/Control/IOVSvc/src/CondSvc.cxx @@ -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 */ #include "IOVSvc/CondSvc.h" #include "AthenaKernel/CondCont.h" #include "GaudiKernel/EventIDBase.h" #include "AthenaKernel/StoreID.h" -#include "SGTools/BaseInfo.h" +#include "AthenaKernel/BaseInfo.h" //--------------------------------------------------------------------------- diff --git a/Control/IOVSvc/test/IOVSvcTool_test.cxx b/Control/IOVSvc/test/IOVSvcTool_test.cxx index 71d68f6a83cbc9713c83586a712433fe418d9e38..14b46ca0021a07ecc4ca40fd92ae8998baf74a96 100644 --- a/Control/IOVSvc/test/IOVSvcTool_test.cxx +++ b/Control/IOVSvc/test/IOVSvcTool_test.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration */ #undef NDEBUG @@ -12,7 +12,7 @@ #include <cassert> #include <iostream> -#include "SGTools/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "SGTools/DataProxy.h" #include "SGTools/TransientAddress.h" using namespace SG;