]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/physics/AliHLTMultiplicityCorrelations.cxx
Moving using namespace std; after all includes
[u/mrichter/AliRoot.git] / HLT / global / physics / AliHLTMultiplicityCorrelations.cxx
index 6d43f978198a24bd417ceb151856e21c7684f6f5..fc767c99a8b239cfc0110c30f895261f523b6607 100644 (file)
 // or
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
-#if __GNUC__>= 3
-   using namespace std;
-#endif
-
 #include "TH1F.h"
 #include "TH2F.h"
 #include "TList.h"
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTMultiplicityCorrelations)
 
+#if __GNUC__>= 3
+   using namespace std;
+#endif
+
 /*
  * ---------------------------------------------------------------------------------
  *                            Constructor / Destructor