]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDCalibFitComponent.cxx
correcting placement of 'using' statements (Thorsten)
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDCalibFitComponent.cxx
index b09beb64544ced2c0622f3b1403be81ceb5c83a0..43a6963e47cba16d35ec3486be7aa7fd97bdb56e 100644 (file)
 //  @brief  A TRDCalibration fitting component for the HLT. 
 // 
 
-#if __GNUC__ >= 3
-using namespace std;
-#endif
-
 #include "TTree.h"
 #include "TFile.h"
 #include "TBranch.h"
@@ -57,6 +53,8 @@ using namespace std;
 #include <cerrno>
 #include <string>
 
+using namespace std;
+
 ClassImp(AliHLTTRDCalibFitComponent);
 
 AliHLTTRDCalibFitComponent::AliHLTTRDCalibFitComponent()