GCC defines and <hash_map> -> "hash_map.h"

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4138 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-07-07 19:03:18 +00:00
parent 2e6b07ea37
commit 60ee65c503

View File

@ -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>