From ab01aaeeee9aed655df2eec2522072233fe3aa57 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 22:58:24 +0000 Subject: Changed to use __single_client_alloc, faster on most systems in a single thread Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_timedbans.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/modules/m_timedbans.cpp') diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index c0511838c..884a029b9 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -14,12 +14,9 @@ * --------------------------------------------------- */ -/* $ModDesc: Adds timed bans */ +using namespace std; -/* - * ToDo: - * Err... not a lot really. - */ +/* $ModDesc: Adds timed bans */ #include #include -- cgit v1.3.1-10-gc9f91