]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor compilation warnings: forward declaration of struct, removing 'namespace' directive
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Nov 2011 09:32:28 +0000 (09:32 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Nov 2011 09:32:28 +0000 (09:32 +0000)
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h

index aadaeb68ce53142c06c8f49ea7fe31eb466dd598..bc616488b68b921be4699cd4aad72f597fa72175 100644 (file)
 //          context
 
 
-#if __GNUC__>= 3
-using namespace std;
-#endif
-
 //#include "AliHLTStdIncludes.h"
 #include "AliHLTComponent.h"
 #include "AliHLTComponentHandler.h"
index ed63b4e5d794a3aa72eb077908adfd0d3fe358dd..849dcae870a2c354da8fad8a38060765715d9573 100644 (file)
@@ -83,7 +83,7 @@ class TObjArray;
 class TMap;
 class TStopwatch;
 class TUUID;
-class AliRawDataHeader;
+struct AliRawDataHeader;
 class AliHLTComponent;
 class AliHLTMemoryFile;
 class AliHLTCTPData;