diff options
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; |