From aa917d568fa51597f94b6029bed460a839103a8a Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 24 Oct 2012 13:13:25 +0200 Subject: System includes before own includes --- src/common/dcc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/common/dcc.c') diff --git a/src/common/dcc.c b/src/common/dcc.c index 4e0f5ee9..77ef2903 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -45,6 +45,9 @@ #include #endif +#include +#include + #include "xchat.h" #include "util.h" #include "fe.h" @@ -57,8 +60,6 @@ #include "url.h" #include "xchatc.h" -#include - #ifdef USE_DCC64 #define BIG_STR_TO_INT(x) strtoull(x,NULL,10) #ifdef WIN32 -- cgit 1.4.1