From 9c83472944f94644d88a87b2bb02a0d37ccd34ff Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 25 Jan 2014 21:43:56 +0000 Subject: - modules.h: removed unused header include git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2924 82007160-df01-0410-b94d-b575c5fd34c7 --- include/modules.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 0f868ae..8d8df6b 100644 --- a/include/modules.h +++ b/include/modules.h @@ -27,9 +27,6 @@ #ifndef INCLUDED_modules_h #define INCLUDED_modules_h -#include "config.h" - - #define MODULE_FLAG_CORE 0x1 #define MODULE_FLAG_NOUNLOAD 0x2 -- cgit