From 63c8351af21b62f6dc903274b066e6abba7e4072 Mon Sep 17 00:00:00 2001 From: ivana Date: Sun, 2 Jul 2000 07:49:01 +0000 Subject: [PATCH] corrected includes from g4std --- AliGeant4/AliMoreModulesConstruction.h | 2 +- TGeant4/TG4GeometryManager.h | 4 ++-- TGeant4/TG4GeometryOutputManager.h | 4 +--- TGeant4/TG4Globals.h | 4 +--- TGeant4/TG4IntMap.h | 4 ++-- TGeant4/TG4NameMap.h | 4 ++-- 6 files changed, 9 insertions(+), 13 deletions(-) diff --git a/AliGeant4/AliMoreModulesConstruction.h b/AliGeant4/AliMoreModulesConstruction.h index 2cae0fe82de..cff07462a8d 100644 --- a/AliGeant4/AliMoreModulesConstruction.h +++ b/AliGeant4/AliMoreModulesConstruction.h @@ -13,7 +13,7 @@ #include #include -#include +#include class AliSingleModuleConstruction; class AliSDManager; diff --git a/TGeant4/TG4GeometryManager.h b/TGeant4/TG4GeometryManager.h index 3d448114084..68d5b5834d2 100644 --- a/TGeant4/TG4GeometryManager.h +++ b/TGeant4/TG4GeometryManager.h @@ -17,8 +17,8 @@ #include -#include "g4std/fstream" -#include "g4std/vector" +#include +#include class TG4CutVector; class TG4FlagVector; diff --git a/TGeant4/TG4GeometryOutputManager.h b/TGeant4/TG4GeometryOutputManager.h index 1a981508d48..43d357795f1 100644 --- a/TGeant4/TG4GeometryOutputManager.h +++ b/TGeant4/TG4GeometryOutputManager.h @@ -11,9 +11,7 @@ #include "TG4Globals.h" #include - -//#include -#include "g4std/fstream" +#include class TG4GeometryOutputManager { diff --git a/TGeant4/TG4Globals.h b/TGeant4/TG4Globals.h index 16e9c497813..bac992b70c7 100644 --- a/TGeant4/TG4Globals.h +++ b/TGeant4/TG4Globals.h @@ -11,12 +11,10 @@ #include "TG3Flag.h" #include - +#include #include #include -#include - class G4Material; class G4Element; diff --git a/TGeant4/TG4IntMap.h b/TGeant4/TG4IntMap.h index ed024bc4729..56cfe908de1 100644 --- a/TGeant4/TG4IntMap.h +++ b/TGeant4/TG4IntMap.h @@ -6,8 +6,8 @@ #ifndef TG4_INT_MAP_H #define TG4_INT_MAP_H -#include "g4std/map" -#include "globals.hh" +#include +#include class TG4IntMap { diff --git a/TGeant4/TG4NameMap.h b/TGeant4/TG4NameMap.h index eed5fc12fab..e13f4b3b32a 100644 --- a/TGeant4/TG4NameMap.h +++ b/TGeant4/TG4NameMap.h @@ -9,8 +9,8 @@ #ifndef TG4_NAME_MAP_H #define TG4_NAME_MAP_H -#include "g4std/map" -#include "globals.hh" +#include +#include class TG4NameMap { -- 2.31.1