diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-19 00:02:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-19 00:02:49 +0000 |
commit | d8e4b2d9589c346febd7b98434c2185075d69572 (patch) | |
tree | 5732a4350675f48efc72d84388a268f184358ad2 /include | |
parent | 972328a2656088a1f2a68faf9c00ec0d98853031 (diff) |
Remove users.h include from here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4978 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/globals.h b/include/globals.h index 253ca923b..e76aa5053 100644 --- a/include/globals.h +++ b/include/globals.h @@ -17,11 +17,8 @@ #ifndef __WORLD_H #define __WORLD_H -// include the common header files - #include <string> #include <deque> -#include "users.h" typedef std::deque<std::string> file_cache; typedef std::pair< std::string, std::string > KeyVal; |