From 6050df73f498d05597fb37c6157868df1f6f4db2 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 11 Aug 2006 23:31:13 +0000 Subject: Just to mess with om's head, remove helperfuncs.h from everywhere git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base.cpp') diff --git a/src/base.cpp b/src/base.cpp index 30df1f0e7..6b680ce1a 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -22,7 +22,7 @@ #include #include "inspircd.h" #include "modules.h" -#include "helperfuncs.h" + const int bitfields[] = {1,2,4,8,16,32,64,128}; const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; -- cgit v1.2.3