summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-03 22:55:14 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-03 22:55:14 +0000
commit98d5ac1394464f4d1a20c73b1ab2114449f3653a (patch)
treead9dd46642e9e11107810eb39d95e44f8915c7e8
parentb104fdfe8a1625f5d2391108a0057b0831e07241 (diff)
Remove needless headers from typedefs.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8485 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/typedefs.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index 359db50f5..8c26d5a8d 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -17,13 +17,10 @@
#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)