summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-07 19:03:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-07 19:03:18 +0000
commit60ee65c5037c3431bc60f57edc55c236c1a66cda (patch)
tree54a2116e35b2f0de74520114caf946672359d3df /src
parent2e6b07ea37c935bd173795cc9e1ad37a4ebececc (diff)
GCC defines and <hash_map> -> "hash_map.h"
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4138 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/mode.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 64552c124..da5f2b027 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -23,11 +23,7 @@ using namespace std;
#include <sys/errno.h>
#include <time.h>
#include <string>
-#ifdef GCC3
-#include <ext/hash_map>
-#else
-#include <hash_map>
-#endif
+#include "hash_map.h"
#include <map>
#include <sstream>
#include <vector>