From 24ac504f4b6dbcca3cb3ab91d3cbb40cc7a9ff33 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 20 Apr 2006 18:55:46 +0000 Subject: Move to new include path git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3898 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_stats.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cmd_stats.cpp') diff --git a/src/cmd_stats.cpp b/src/cmd_stats.cpp index c83974ec4..20c573f87 100644 --- a/src/cmd_stats.cpp +++ b/src/cmd_stats.cpp @@ -21,14 +21,10 @@ #include #include #include -#ifdef THREADED_DNS -#include -#endif #ifndef RUSAGE_SELF #define RUSAGE_SELF 0 #define RUSAGE_CHILDREN -1 #endif - #include "users.h" #include "ctables.h" #include "globals.h" @@ -45,7 +41,7 @@ #include "hashcomp.h" #include "socketengine.h" #include "command_parse.h" -#include "cmd_stats.h" +#include "commands/cmd_stats.h" extern ServerConfig* Config; extern InspIRCd* ServerInstance; -- cgit v1.3.1-10-gc9f91