diff options
| author | 2006-07-15 17:35:52 +0000 | |
|---|---|---|
| committer | 2006-07-15 17:35:52 +0000 | |
| commit | c3912842fd987e6030698191b33c51383f86e915 (patch) | |
| tree | bb1962fb93566374193282da57b09ecb5e0eb1c7 /src/modules/m_spanningtree.cpp | |
| parent | Removed #ifdef stuff, this should be fine on both 3.3 and 3.4 (diff) | |
Removal of all gcc2 checks (there sure was a lot of craq in here)
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4395 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index f49cad678..a7449239d 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -23,11 +23,7 @@ using namespace std; #include <deque> #include "globals.h" #include "inspircd_config.h" -#ifdef GCC3 #include <ext/hash_map> -#else -#include <hash_map> -#endif #include "users.h" #include "channels.h" #include "modules.h" @@ -43,11 +39,7 @@ using namespace std; #include "cull_list.h" #include "aes.h" -#ifdef GCC3 #define nspace __gnu_cxx -#else -#define nspace std -#endif /* * The server list in InspIRCd is maintained as two structures |
