From c3912842fd987e6030698191b33c51383f86e915 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 15 Jul 2006 17:35:52 +0000 Subject: Removal of all gcc2 checks (there sure was a lot of craq in here) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4395 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_stats.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/cmd_stats.cpp') diff --git a/src/cmd_stats.cpp b/src/cmd_stats.cpp index 90175ab5f..b24cf76d9 100644 --- a/src/cmd_stats.cpp +++ b/src/cmd_stats.cpp @@ -21,11 +21,7 @@ using namespace std; #include "inspircd_io.h" #include #include -#ifdef GCC3 #include -#else -#include -#endif #include #include #include @@ -33,8 +29,8 @@ using namespace std; #include #endif #ifndef RUSAGE_SELF -#define RUSAGE_SELF 0 -#define RUSAGE_CHILDREN -1 +#define RUSAGE_SELF 0 +#define RUSAGE_CHILDREN -1 #endif #include #include -- cgit v1.3.1-10-gc9f91