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_remove.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/m_remove.cpp') diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 0c9a29a1d..da4fc49d7 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -1,6 +1,8 @@ /* Support for a dancer-style /remove command, an alternative to /kick to try and avoid auto-rejoin-on-kick scripts */ /* Written by Om, 25-03-05 */ +using namespace std; + #include #include #include "users.h" -- cgit v1.2.3