]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
TObjArray header included for portability reasons
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Nov 2003 17:02:05 +0000 (17:02 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Nov 2003 17:02:05 +0000 (17:02 +0000)
ITS/AliITSVertexerTracks.cxx
ITS/AliITSVertexerTracks.h

index 66f23e28960c94a3040420c90f046cfce58ffe2c..e2aeee2dec6859f56cdd388542f2f4854fea60a8 100644 (file)
@@ -27,7 +27,6 @@
 #include <TTree.h>
 #include <TVector3.h>
 #include <TMatrixD.h>
-#include <TObjArray.h>
 #include <TRandom.h> // TEMPORARY !!!!!!!
 //---- AliRoot headers -----
 #include <AliRun.h>
index 86a96989988aa4bb300a47ae40195a8d9b5ed701..28ebc056c13f25a9ad2d05fb10b5a9cce6afb7c3 100644 (file)
@@ -28,9 +28,9 @@
 #include "AliKalmanTrack.h"
 #include "AliITSVertexer.h"
 
+#include <TObjArray.h>
+
 class TTree; 
-class TFile; 
-class TObjArray; 
 class AliITSVertex; 
 
 class AliITSVertexerTracks : public AliITSVertexer {