]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCdEdxMonitoringComponent.cxx
correcting placement of 'using' statements (Thorsten)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCdEdxMonitoringComponent.cxx
index 466889c5b1e39ab21e9cdc8ba0546e33d834ecde..95771481bad85ac61caeabc7aa0164947963cd18 100644 (file)
 /// @brief  Component for reading ESD from chain and produce a dEdx monitoring plot
 ///
 
-#if __GNUC__>= 3
-using namespace std;
-#endif
-
-
 #include "TSystem.h"
 #include "AliESDtrackCuts.h"
 #include <AliHLTDAQ.h>
@@ -44,6 +39,8 @@ using namespace std;
 
 #include "AliHLTTPCdEdxMonitoringComponent.h"
 
+using namespace std;
+
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp( AliHLTTPCdEdxMonitoringComponent )