Skip to content
Snippets Groups Projects
Commit 625a29de authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'clidsvc.MuonIdHelpers-20181025' into 'master'

MuonIdHelpers: CLIDSvc -> AthenaKernel

See merge request atlas/athena!15364
parents 74ac1059 dc163f72
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ if( NOT XAOD_STANDALONE )
atlas_depends_on_subdirs(
PUBLIC
Control/AthenaBaseComps
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
DetectorDescription/AtlasDetDescr
DetectorDescription/IdDict
DetectorDescription/Identifier
......@@ -26,7 +25,7 @@ endif()
if( NOT XAOD_STANDALONE )
set( extra_sources src/*.cxx )
set( extra_libraries
LINK_LIBRARIES AthenaBaseComps SGTools AtlasDetDescr IdDict Identifier
LINK_LIBRARIES AthenaKernel AthenaBaseComps AtlasDetDescr IdDict Identifier
PRIVATE_LINK_LIBRARIES IdDictParser GaudiKernel )
endif()
......
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
// ******************************************************************************
......@@ -21,7 +21,7 @@
#include "IdDict/IdDictDefs.h"
#include "Identifier/Range.h"
#include "Identifier/IdHelper.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
#include <cassert>
#include <string>
......
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