From: brain Date: Sat, 19 Aug 2006 00:02:49 +0000 (+0000) Subject: Remove users.h include from here X-Git-Tag: v2.0.23~7343 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d8e4b2d9589c346febd7b98434c2185075d69572;p=user%2Fhenk%2Fcode%2Finspircd.git Remove users.h include from here git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4978 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 #include -#include "users.h" typedef std::deque file_cache; typedef std::pair< std::string, std::string > KeyVal;