]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/JET/cone/AliHLTJETConeJetCandidate.cxx
correcting placement of 'using' statements (Thorsten)
[u/mrichter/AliRoot.git] / HLT / JET / cone / AliHLTJETConeJetCandidate.cxx
index 9f447627cc08744a680a3cd050d31a599eef76da..96950df2de678da24679db3a025be13393c24c97 100644 (file)
 // or
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
-#if __GNUC__>= 3
-   using namespace std;
-#endif
-
 #include "AliHLTJETConeJetCandidate.h"
 #include "AliHLTJETConeEtaPhiCell.h"
 
+using namespace std;
+
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTJETConeJetCandidate)