]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSClusterHistoComponent.cxx
merge
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSClusterHistoComponent.cxx
index de900db493884400f0e413a81e8ca197d6ae3208..22ec56c2c89d69be1552ea8e4787ac2fd1455a45 100644 (file)
     @brief  Component for plotting charge in clusters
 */
 
-#if __GNUC__>= 3
-using namespace std;
-#endif
-
 #include "AliHLTITSClusterHistoComponent.h"
 #include "AliHLTITSClusterDataFormat.h"
 #include "AliCDBEntry.h"
@@ -36,6 +32,8 @@ using namespace std;
 #include "TObjString.h"
 #include "TObjArray.h"
 
+using namespace std;
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTITSClusterHistoComponent)