]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDPolygon.cxx
Got rid of class template AliFMD<Type> on request of Federico, who
[u/mrichter/AliRoot.git] / FMD / AliFMDPolygon.cxx
index a3f6649d2e9e7ae8a8be27c515c4f5ef59e7d362..9af5abfabf5ecc01e4585cb1fc9e028ebbbd823e 100644 (file)
 // Latest changes by Christian Holm Christensen
 //
 //////////////////////////////////////////////////////////////////////////////
-#ifndef ALIFMDPOLYGON_H
-# include "AliFMDPolygon.h"
-#endif
-#ifndef ALILOG_H
-# include "AliLog.h"
-#endif
-#ifndef ROOT_TString
-# include <TString.h>
-#endif
-#ifndef ROOT_TVector2
-# include <TVector2.h>
-#endif
-#ifndef ROOT_TCanvas
-# include <TCanvas.h>
-#endif
-#ifndef ROOT_TText
-# include <TText.h>
-#endif
-#ifndef ROOT_TGraph
-# include <TGraph.h>
-#endif
-#ifndef ROOT_TError
-# include <TError.h>
-#endif
+#include "AliFMDPolygon.h"     // ALIFMDPOLYGON_H
+#include "AliLog.h"            // ALILOG_H
+#include "TString.h"           // ROOT_TString
+#include "TVector2.h"          // ROOT_TVector2
+#include "TCanvas.h"           // ROOT_TCanvas
+#include "TText.h"             // ROOT_TText
+#include "TGraph.h"            // ROOT_TGraph
+#include "TError.h"            // ROOT_TError
 
 //____________________________________________________________________
 ClassImp(AliFMDPolygon);