From 03102d1922d7dbe09be7c41b05d1b94caef95bf2 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Fri, 28 Sep 2018 15:04:39 +0200
Subject: [PATCH] IdDictDetDescr: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.



Former-commit-id: 3d3ade08246c604c68e9c19ccf8db50b243872a6
---
 DetectorDescription/IdDictDetDescr/CMakeLists.txt         | 8 +++-----
 .../IdDictDetDescr/IdDictDetDescr/IdDictManager.h         | 2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/DetectorDescription/IdDictDetDescr/CMakeLists.txt b/DetectorDescription/IdDictDetDescr/CMakeLists.txt
index 754a8fe9bf9..0ab2617d32f 100644
--- a/DetectorDescription/IdDictDetDescr/CMakeLists.txt
+++ b/DetectorDescription/IdDictDetDescr/CMakeLists.txt
@@ -7,8 +7,7 @@ atlas_subdir( IdDictDetDescr )
 
 # Declare the package's dependencies:
 atlas_depends_on_subdirs( PUBLIC
-                          Control/CLIDSvc
-                          Control/SGTools
+                          Control/AthenaKernel
                           DetectorDescription/IdDict
                           PRIVATE
                           DetectorDescription/Identifier )
@@ -17,6 +16,5 @@ atlas_depends_on_subdirs( PUBLIC
 atlas_add_library( IdDictDetDescr
                    src/IdDictManager.cxx
                    PUBLIC_HEADERS IdDictDetDescr
-                   LINK_LIBRARIES SGTools IdDict
-                   PRIVATE_LINK_LIBRARIES Identifier )
-
+                   LINK_LIBRARIES IdDict
+                   PRIVATE_LINK_LIBRARIES AthenaKernel Identifier )
diff --git a/DetectorDescription/IdDictDetDescr/IdDictDetDescr/IdDictManager.h b/DetectorDescription/IdDictDetDescr/IdDictDetDescr/IdDictManager.h
index 4100bb9c3bd..640ce26213c 100755
--- a/DetectorDescription/IdDictDetDescr/IdDictDetDescr/IdDictManager.h
+++ b/DetectorDescription/IdDictDetDescr/IdDictDetDescr/IdDictManager.h
@@ -16,7 +16,7 @@
 //<<<<<< INCLUDES                                                       >>>>>>
 
 #include "IdDict/IdDictDefs.h"
-#include "CLIDSvc/CLASS_DEF.h"
+#include "AthenaKernel/CLASS_DEF.h"
 
 //<<<<<< PUBLIC TYPES                                                   >>>>>>
 
-- 
GitLab