diff --git a/Control/AthenaInterprocess/AthenaInterprocess/SharedQueue.h b/Control/AthenaInterprocess/AthenaInterprocess/SharedQueue.h
index 4b2f405749d25fdd7a55620f611c4c7b81c32466..49e85c68d78a72f85dce4591ad8c2425fa9e9e08 100644
--- a/Control/AthenaInterprocess/AthenaInterprocess/SharedQueue.h
+++ b/Control/AthenaInterprocess/AthenaInterprocess/SharedQueue.h
@@ -5,7 +5,7 @@
 #ifndef ATHENAINTERPROCESS_SHAREDQUEUE_H
 #define ATHENAINTERPROCESS_SHAREDQUEUE_H
 
-#include "CLIDSvc/CLASS_DEF.h"
+#include "AthenaKernel/CLASS_DEF.h"
 
 // full include needed, as message_queue has changed into a
 // template for more recent versions of boost
diff --git a/Control/AthenaInterprocess/CMakeLists.txt b/Control/AthenaInterprocess/CMakeLists.txt
index ceaef821e94d82f4863efe94f3ba2fca6f73582e..ad25efbefc1567a1c17b1f81c1f26ca3aee2ac8f 100644
--- a/Control/AthenaInterprocess/CMakeLists.txt
+++ b/Control/AthenaInterprocess/CMakeLists.txt
@@ -7,8 +7,7 @@ atlas_subdir( AthenaInterprocess )
 
 # Declare the package's dependencies:
 atlas_depends_on_subdirs( PUBLIC
-                          Control/CLIDSvc
-                          Control/SGTools
+                          Control/AthenaKernel
                           GaudiKernel )
 
 # External dependencies:
@@ -20,5 +19,5 @@ atlas_add_library( AthenaInterprocess
                    src/*.cxx
                    PUBLIC_HEADERS AthenaInterprocess
                    INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS}
-                   LINK_LIBRARIES ${Boost_LIBRARIES} ${UUID_LIBRARIES} SGTools GaudiKernel )
+                   LINK_LIBRARIES ${Boost_LIBRARIES} ${UUID_LIBRARIES} AthenaKernel GaudiKernel rt )