]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove users.h include from here
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 19 Aug 2006 00:02:49 +0000 (00:02 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 19 Aug 2006 00:02:49 +0000 (00:02 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4978 e03df62e-2008-0410-955e-edbf42e46eb7

include/globals.h

index 253ca923bb4f8b66203d454fd3a87c405bb773f4..e76aa50538398cc32990b508d528c9b812868e2f 100644 (file)
 #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;