]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/calibration/AliHLTTPCCalibSeedMakerComponent.cxx
correcting placement of 'using' statements (Thorsten)
[u/mrichter/AliRoot.git] / HLT / TPCLib / calibration / AliHLTTPCCalibSeedMakerComponent.cxx
index 5e7d2c4c7da6a08a8fc67d7bfac7b0b427063db0..2685da85d5cbb6736db05c098109f4a598273b5a 100644 (file)
     @brief  
 */
 
-#if __GNUC__>= 3
-using namespace std;
-#endif
-
 #include <map>
 
 #include "AliHLTTPCCalibSeedMakerComponent.h"
@@ -60,6 +56,8 @@ using namespace std;
 
 #include <sys/time.h>
 
+using namespace std;
+
 ClassImp(AliHLTTPCCalibSeedMakerComponent) //ROOT macro for the implementation of ROOT specific class methods
 
 AliHLTTPCCalibSeedMakerComponent::AliHLTTPCCalibSeedMakerComponent()