summaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-19 00:02:49 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-19 00:02:49 +0000
commitd8e4b2d9589c346febd7b98434c2185075d69572 (patch)
tree5732a4350675f48efc72d84388a268f184358ad2 /include/globals.h
parent972328a2656088a1f2a68faf9c00ec0d98853031 (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/globals.h')
-rw-r--r--include/globals.h3
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;