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

IDC_OverlayBase: DataModel -> AthContainers.

Remove reference to obsolete package DataModel.
Adjust references to headers moved to AthenaKernel.


Former-commit-id: bc8821a1
parent addb03fa
No related merge requests found
......@@ -8,12 +8,12 @@ atlas_subdir( IDC_OverlayBase )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
Control/DataModel
Control/AthContainers
DetectorDescription/Identifier
Event/EventOverlay/OverlayAlgBase )
# Component(s) in the package:
atlas_add_library( IDC_OverlayBase
PUBLIC_HEADERS IDC_OverlayBase
LINK_LIBRARIES AthenaBaseComps DataModel Identifier OverlayAlgBase )
LINK_LIBRARIES AthenaBaseComps AthContainers Identifier OverlayAlgBase )
......@@ -12,7 +12,7 @@
#include "AthenaBaseComps/AthMsgStreamMacros.h"
#include "DataModel/DataVector.h"
#include "AthContainers/DataVector.h"
#include <sstream>
#include <typeinfo>
......
......@@ -11,12 +11,11 @@
#include "StoreGate/ReadHandle.h"
#include "StoreGate/WriteHandle.h"
#include "CxxUtils/make_unique.h"
#include "AthenaBaseComps/AthMsgStreamMacros.h"
#include "DataModel/DataVector.h"
#include "AthContainers/DataVector.h"
#include <sstream>
......
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