diff --git a/Control/PileUpComps/src/TestPileUpTool.cxx b/Control/PileUpComps/src/TestPileUpTool.cxx index ecb3ed6a29159c212550693b4e5e00ed73bf60ba..6a34ab66e8ed8349a799155448f5b439ce0c5290 100644 --- a/Control/PileUpComps/src/TestPileUpTool.cxx +++ b/Control/PileUpComps/src/TestPileUpTool.cxx @@ -3,8 +3,6 @@ */ #include <algorithm> -#include "EventInfo/EventInfo.h" -#include "EventInfo/EventID.h" #include "TestPileUpTool.h" diff --git a/MuonSpectrometer/MuonDigitization/CSC_Digitization/CMakeLists.txt b/MuonSpectrometer/MuonDigitization/CSC_Digitization/CMakeLists.txt index b777b7271e34d64b3f37d6f90cfe32c4e25aaf18..016183519c99cd7643a4f59aad399ec7b7d94405 100644 --- a/MuonSpectrometer/MuonDigitization/CSC_Digitization/CMakeLists.txt +++ b/MuonSpectrometer/MuonDigitization/CSC_Digitization/CMakeLists.txt @@ -10,7 +10,6 @@ atlas_depends_on_subdirs( PUBLIC Control/AthenaBaseComps Control/AthenaKernel Control/PileUpTools - Event/EventInfo Event/xAOD/xAODEventInfo GaudiKernel MuonSpectrometer/MuonCalib/CscCalib/CscCalibTools @@ -34,7 +33,7 @@ atlas_add_component( CSC_Digitization src/*.cxx src/components/*.cxx INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} - LINK_LIBRARIES ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps AthenaKernel PileUpToolsLib EventInfo xAODEventInfo GaudiKernel MuonReadoutGeometry MuonDigitContainer MuonIdHelpersLib MuonSimData MuonSimEvent HitManagement StoreGateLib SGtests GeneratorObjects ) + LINK_LIBRARIES ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} AthenaBaseComps AthenaKernel PileUpToolsLib xAODEventInfo GaudiKernel MuonReadoutGeometry MuonDigitContainer MuonIdHelpersLib MuonSimData MuonSimEvent HitManagement StoreGateLib SGtests GeneratorObjects ) # Install files from the package: atlas_install_headers( CSC_Digitization )