From 98d5ac1394464f4d1a20c73b1ab2114449f3653a Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 3 Nov 2007 22:55:14 +0000 Subject: [PATCH] Remove needless headers from typedefs.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8485 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/typedefs.h | 9 +++------ 1 file 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 #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) -- 2.39.2