summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-04 13:43:40 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-04 13:43:40 +0000
commit22643437145146fdc51ae63bb740f0af5e32bc0a (patch)
treebdf03af4897ca98c13ac84d6fc04446ac04311f4 /include
parent9354e09fc195d9b174bec06e7f72990e68a23c46 (diff)
Remove some stuff that isn't needed from here.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8625 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/typedefs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index 8c26d5a8d..77c2b6559 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -14,13 +14,17 @@
#ifndef __TYPEDEF_H__
#define __TYPEDEF_H__
+
#include <string>
#include "inspircd_config.h"
#include "hash_map.h"
+#include "users.h"
+#include "channels.h"
#include "hashcomp.h"
-
-class User;
-class Channel;
+#include "inspstring.h"
+#include "ctables.h"
+#include "modules.h"
+#include "globals.h"
#ifndef WIN32
/** User hash (POSIX systems with GCC)