diff options
Diffstat (limited to 'src/command_parse.cpp')
| -rw-r--r-- | src/command_parse.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index e81595ac4..e2e3ba194 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -26,11 +26,7 @@ using namespace std; #include <sys/utsname.h> #include <time.h> #include <string> -#ifdef GCC3 #include <ext/hash_map> -#else -#include <hash_map> -#endif #include <map> #include <sstream> #include <vector> @@ -60,12 +56,7 @@ using namespace std; #include "command_parse.h" #include "ctables.h" -#ifdef GCC3 #define nspace __gnu_cxx -#else -#define nspace std -#endif - extern InspIRCd* ServerInstance; |
