]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliHLTGlobalTrackMatcherComponent.cxx
correcting placement of 'using' statements (Thorsten)
[u/mrichter/AliRoot.git] / HLT / global / AliHLTGlobalTrackMatcherComponent.cxx
index fae28e9283572c08fe904aa687bea89085fc7bcf..008ae227b4fbe8dda45bbeeeae2fd563ef48e788 100644 (file)
     @brief  Component to match TPC tracks to Calo Clusters
 */
 
-#if __GNUC__>= 3
-using namespace std;
-#endif
-
 #include "AliHLTProcessor.h"
 #include "AliHLTGlobalTrackMatcherComponent.h"
 #include "AliHLTGlobalTrackMatcher.h"
@@ -39,6 +35,8 @@ using namespace std;
 #include "TString.h"
 #include "TMap.h"
 
+using namespace std;
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 AliHLTGlobalTrackMatcherComponent gAliHLTGlobalTrackMatcherComponent;