summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-07-15 17:35:31 +0000
committerGravatar brain2006-07-15 17:35:31 +0000
commit5454b47bd5d5ce5fb08aed83bac0148eabab620e (patch)
tree35c2f802d3200ade791c86a511f61bd01d57b725 /src/userprocess.cpp
parent3.3 -> 3.4 fix (the 3.3 stuff was actually craq) (diff)
Removed GCC2 checks as we havent supported gcc2 for years
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4394 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index e9860b594..391c15d7a 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -28,11 +28,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>