]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
And fix typo
[user/henk/code/inspircd.git] / include / globals.h
index 253ca923bb4f8b66203d454fd3a87c405bb773f4..fce5fc043d8562a2fd0f9478fb0fa0255d47401e 100644 (file)
 #ifndef __WORLD_H
 #define __WORLD_H
 
-// include the common header files
-
 #include <string>
 #include <deque>
-#include "users.h"
+#include <map>
+#include <vector>
 
 typedef std::deque<std::string> file_cache;
 typedef std::pair< std::string, std::string > KeyVal;