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