aboutsummaryrefslogtreecommitdiffstats
path: root/include/socketengines/socketengine_select.h
diff options
context:
space:
mode:
authorGravatar w00t2008-07-19 20:34:14 +0000
committerGravatar w00t2008-07-19 20:34:14 +0000
commita67b9de1742efbff29ec08093b220565eab7df23 (patch)
tree1f0778b8e417fd24873b945f8d2e89a292a25942 /include/socketengines/socketengine_select.h
parentFix compile. Also remove write error stuff, as that was used prior to the goo... (diff)
downloadinspircd++-a67b9de1742efbff29ec08093b220565eab7df23.tar.gz
inspircd++-a67b9de1742efbff29ec08093b220565eab7df23.tar.bz2
inspircd++-a67b9de1742efbff29ec08093b220565eab7df23.zip
Change modes in channels and users to use std::bitset instead of an array. This saves 56 bytes per channel, and 112 bytes per channel, with no loss in speed or ease of use in code. :). Thanks (VERY) much to Special for telling me about this.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10043 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socketengines/socketengine_select.h')
-rw-r--r--include/socketengines/socketengine_select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/socketengines/socketengine_select.h b/include/socketengines/socketengine_select.h
index cb4ed0ecf..91746b252 100644
--- a/include/socketengines/socketengine_select.h
+++ b/include/socketengines/socketengine_select.h
@@ -21,7 +21,6 @@
#include <sys/select.h>
#endif // WINDOWS
#include "inspircd_config.h"
-#include "globals.h"
#include "inspircd.h"
#include "socketengine.h"