summaryrefslogtreecommitdiff
path: root/src/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp2
1 files changed, 1 insertions, 1 deletions
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 <string>
#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};