diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-03 23:20:20 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-03 23:20:20 +0000 |
commit | f1271614679843191bb247c0db2716acb5ac0e4b (patch) | |
tree | fefd14e99f56bf6bc6f4c42bb58f3f7da1a310c8 /include/globals.h | |
parent | 34fe4276bd6bc6fee5293d4817c8e36e4fffd75c (diff) |
Clear up header insanity
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8808 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/globals.h b/include/globals.h index 463f85300..01a8b48e0 100644 --- a/include/globals.h +++ b/include/globals.h @@ -14,11 +14,6 @@ #ifndef __WORLD_H #define __WORLD_H -#include <string> -#include <deque> -#include <map> -#include <vector> - /** A cached text file stored with its contents as lines */ typedef std::deque<std::string> file_cache; |