]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliHLTGlobalVertexerComponent.cxx
correcting placement of 'using' statements (Thorsten)
[u/mrichter/AliRoot.git] / HLT / global / AliHLTGlobalVertexerComponent.cxx
index e034ce145fb8b94753fa16600112e1192db73b5b..f475a13bce66862d496ee0103f9a0da5f8e952f3 100644 (file)
     @brief  Component for reconstruct primary vertex and V0's
 */
 
-#if __GNUC__>= 3
-using namespace std;
-#endif
-
 #include "AliHLTGlobalVertexerComponent.h"
 #include "AliHLTDataTypes.h"
 #include "AliHLTExternalTrackParam.h"
@@ -43,6 +39,8 @@ using namespace std;
 #include "AliKFVertex.h"
 #include "TStopwatch.h"
 
+using namespace std;
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTGlobalVertexerComponent)