From 6b2ea833674bb3bfedb0f2e2af06efa25655e5f5 Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 24 Oct 2009 20:03:53 +0000 Subject: Move forward declarations to typedefs.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/threadengines/threadengine_pthread.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/threadengines/threadengine_pthread.h') diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h index 4952ea3e8..91d0eb380 100644 --- a/include/threadengines/threadengine_pthread.h +++ b/include/threadengines/threadengine_pthread.h @@ -15,10 +15,7 @@ #define __THREADENGINE_PTHREAD__ #include -#include "inspircd_config.h" -#include "base.h" - -class Thread; +#include "typedefs.h" /** The ThreadEngine class has the responsibility of initialising * Thread derived classes. It does this by creating operating system -- cgit v1.2.3