diff --git a/Generators/McEventSelector/CMakeLists.txt b/Generators/McEventSelector/CMakeLists.txt index e449260af0eec27b69e6b57c8c2a61ee1fd98e05..b4209f351eed980d9186fb7da7bbfe0a1679a1fd 100644 --- a/Generators/McEventSelector/CMakeLists.txt +++ b/Generators/McEventSelector/CMakeLists.txt @@ -11,7 +11,6 @@ atlas_depends_on_subdirs( PUBLIC Control/AthenaKernel GaudiKernel PRIVATE - Control/SGTools Event/EventInfo ) # Component(s) in the package: @@ -21,7 +20,7 @@ atlas_add_component( McEventSelector src/McEventCnv.cxx src/McCnvSvc.cxx src/McEventSelector_entries.cxx - LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel SGTools EventInfo ) + LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel EventInfo ) # Install files from the package: atlas_install_headers( McEventSelector ) diff --git a/Generators/McEventSelector/src/McEventCnv.cxx b/Generators/McEventSelector/src/McEventCnv.cxx index 72aaf9d5253977ff680c99ca675f687a6247c4e8..a79b51529d7d2b4b7db831d2f8d6cafcdc8a601e 100644 --- a/Generators/McEventSelector/src/McEventCnv.cxx +++ b/Generators/McEventSelector/src/McEventCnv.cxx @@ -1,11 +1,11 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #include "McEventSelector/McEventCnv.h" #include "GaudiKernel/StatusCode.h" -#include "SGTools/StorableConversions.h" +#include "AthenaKernel/StorableConversions.h" #include "McEventSelector/McAddress.h" #include "McEventSelector/McCnvSvc.h" #include "EventInfo/EventInfo.h"