]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove needless headers from typedefs.h
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 3 Nov 2007 22:55:14 +0000 (22:55 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 3 Nov 2007 22:55:14 +0000 (22:55 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8485 e03df62e-2008-0410-955e-edbf42e46eb7

include/typedefs.h

index 359db50f5098fd8d52c392783e895052d7e8b4be..8c26d5a8d5c4853381c8ffe6e1f21c4d8c8bb13c 100644 (file)
 #include <string>
 #include "inspircd_config.h"
 #include "hash_map.h"
-#include "users.h"
-#include "channels.h"
 #include "hashcomp.h"
-#include "inspstring.h"
-#include "ctables.h"
-#include "modules.h"
-#include "globals.h"
+
+class User;
+class Channel;
 
 #ifndef WIN32
 /** User hash (POSIX systems with GCC)