From a67b9de1742efbff29ec08093b220565eab7df23 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 19 Jul 2008 20:34:14 +0000 Subject: 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 --- include/socketengines/socketengine_epoll.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/socketengines/socketengine_epoll.h') diff --git a/include/socketengines/socketengine_epoll.h b/include/socketengines/socketengine_epoll.h index 07d0e3621..517f93d2e 100644 --- a/include/socketengines/socketengine_epoll.h +++ b/include/socketengines/socketengine_epoll.h @@ -18,7 +18,6 @@ #include #include #include "inspircd_config.h" -#include "globals.h" #include "inspircd.h" #include "socketengine.h" #include -- cgit v1.2.3