]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
forward declaration of TString
authorkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Mar 2010 06:31:05 +0000 (06:31 +0000)
committerkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Mar 2010 06:31:05 +0000 (06:31 +0000)
STEER/AliESDEvent.h

index 4b11350d388eeabcb9cde48637e653e4b8e54010..230eeb05223bdd9f47e6dbb6284e6df2e1971456 100644 (file)
@@ -20,7 +20,6 @@
 #include <TTree.h>
 #include <TArrayF.h>
 
-class TList;
 
 #include "AliVEvent.h"
 // some includes for delegated methods
@@ -58,6 +57,10 @@ class TRefArray;
 class AliESDACORDE;
 class AliESDHLTDecision;
 
+class TList;
+class TString;
+
+
 class AliESDEvent : public AliVEvent {
 public: