diff --git a/Generators/Tauola_i/CMakeLists.txt b/Generators/Tauola_i/CMakeLists.txt
index fea011eb6b365a45b31d63b3c6fcbfb22707c382..814ded158326545d5521ef3da5af3667c1ba5609 100644
--- a/Generators/Tauola_i/CMakeLists.txt
+++ b/Generators/Tauola_i/CMakeLists.txt
@@ -8,12 +8,10 @@ atlas_subdir( Tauola_i )
 # Declare the package's dependencies:
 atlas_depends_on_subdirs(
    PUBLIC
-   Control/CLIDSvc
-   Control/SGTools
+   Control/AthenaKernel
    GaudiKernel
    Generators/GeneratorModules
    PRIVATE
-   Control/AthenaKernel
    Generators/GeneratorFortranCommon
    Generators/GeneratorObjects
    Generators/GeneratorUtils
@@ -39,7 +37,7 @@ atlas_add_library( Tauola_iLib
    INCLUDE_DIRS ${TAUOLA_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS}
    PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
    PRIVATE_DEFINITIONS -DATLAS_CMAKE
-   LINK_LIBRARIES ${TAUOLA_LIBRARIES} ${HEPMC_LIBRARIES} SGTools GaudiKernel
+   LINK_LIBRARIES ${TAUOLA_LIBRARIES} ${HEPMC_LIBRARIES} GaudiKernel
    GeneratorModulesLib GeneratorFortranCommonLib
    PRIVATE_LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaKernel GeneratorObjects
    TruthUtils )
diff --git a/Generators/Tauola_i/Tauola_i/Atlas_HEPEVT.h b/Generators/Tauola_i/Tauola_i/Atlas_HEPEVT.h
index 8102e345b1aec51e5e6dd4a4e950bf3b10a02251..80bd0c716281eed3024dbaa24c99a0a760c5eec0 100644
--- a/Generators/Tauola_i/Tauola_i/Atlas_HEPEVT.h
+++ b/Generators/Tauola_i/Tauola_i/Atlas_HEPEVT.h
@@ -1,12 +1,12 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 
 #ifndef Atlas_HEPEVT_h
 #define Atlas_HEPEVT_h
 
-#include "CLIDSvc/CLASS_DEF.h"
+#include "AthenaKernel/CLASS_DEF.h"
 
 extern "C" {
   void* atlas_hepevt_address_(void);