Skip to content
Snippets Groups Projects
Commit ea043fa0 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

xAODEgammaCnv: DataModel -> AthContainers.

Remove reference to obsolete package DataModel.
parent 4dc2c331
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ atlas_subdir( xAODEgammaCnv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/DataModel
Control/AthContainers
Event/xAOD/xAODEgamma
GaudiKernel
PRIVATE
......@@ -24,7 +24,7 @@ atlas_depends_on_subdirs( PUBLIC
atlas_add_component( xAODEgammaCnv
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES DataModel xAODEgamma GaudiKernel AthenaBaseComps AthenaKernel FourMom xAODTracking xAODTruth ParticleEvent Particle egammaEvent )
LINK_LIBRARIES AthContainers xAODEgamma GaudiKernel AthenaBaseComps AthenaKernel FourMom xAODTracking xAODTruth ParticleEvent Particle egammaEvent )
# Install files from the package:
atlas_install_headers( xAODEgammaCnv )
......
......@@ -10,7 +10,7 @@
// Gaudi/Athena include(s):
#include "GaudiKernel/IAlgTool.h"
#include "DataModel/DataVector.h"
#include "AthContainers/DataVector.h"
// EDM include(s):
#include "xAODEgamma/ElectronContainer.h"
......
......@@ -10,7 +10,7 @@
// Gaudi/Athena include(s):
#include "GaudiKernel/IAlgTool.h"
#include "DataModel/DataVector.h"
#include "AthContainers/DataVector.h"
// EDM include(s):
#include "xAODEgamma/PhotonContainer.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment