diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-25 21:43:56 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-25 21:43:56 +0000 |
commit | 9c83472944f94644d88a87b2bb02a0d37ccd34ff (patch) | |
tree | c9ef0cac14fd2aaa6093328c0ce7b7a050d32f18 /include | |
parent | 1f69d35bab1c5f599645e6dd2a39c5ef56640b01 (diff) |
- 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
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |