]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTrackSegment.h
coding conventions corrections
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTrackSegment.h
index 2f6e55c566660c6747d3b02ff06f842de30b461c..5d69e180cdaa19902b30877024add94bcf6e37c2 100644 (file)
 // --- ROOT system ---
 
 #include "TObject.h"
+class TClonesArray ; 
 
 // --- Standard library ---
 
 // --- AliRoot header files ---
 
-#include "AliPHOSEmcRecPoint.h"
-#include "AliPHOSRecPoint.h"
+class AliPHOSEmcRecPoint ;
+class AliPHOSRecPoint ; 
 
 class AliPHOSTrackSegment : public TObject  {