Skip to content
Snippets Groups Projects
Commit 96d8a3b3 authored by scott snyder's avatar scott snyder
Browse files

GeneratorFortranCommon: CLIDSvc -> AthenaKernel

Update references to headers in CLIDSvc moved to AthenaKernel.
Also remove unneeded dependency on SGTools.



Former-commit-id: 04323fc4
parent 167e27aa
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,11 @@ atlas_subdir( GeneratorFortranCommon )
# Declare the package's dependencies:
atlas_depends_on_subdirs(
PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
GaudiKernel )
# Component(s) in the package:
atlas_add_library( GeneratorFortranCommonLib
src/inituser.F src/useuser.F src/getaddr.cxx
PUBLIC_HEADERS GeneratorFortranCommon
LINK_LIBRARIES SGTools GaudiKernel )
LINK_LIBRARIES AthenaKernel GaudiKernel )
......@@ -5,7 +5,7 @@
#ifndef GENERATORMODULES_GEN_HEPEVT_H
#define GENERATORMODULES_GEN_HEPEVT_H
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
// #include "StoreGate/tools/ClassID_traits.h"
// #include "CLHEP/Vector/LorentzVector.h"
#include <vector>
......
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