From 898e8da56573c70524a926c1df5dbab7ffcca6a5 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 09:56:33 +0000 Subject: Moved command parsing crap into command_parse.cpp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2505 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 258fb635c..0b43ca134 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -61,6 +61,7 @@ using namespace std; #include "hashcomp.h" #include "socketengine.h" #include "typedefs.h" +#include "command_parse.h" extern SocketEngine* SE; extern ServerConfig* Config; -- cgit v1.2.3