1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

System includes before own includes

This commit is contained in:
Berke Viktor 2012-10-24 13:13:25 +02:00
parent bdbb3d14bd
commit aa917d568f

View File

@ -45,6 +45,9 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#include <glib.h>
#include <glib/gstdio.h>
#include "xchat.h" #include "xchat.h"
#include "util.h" #include "util.h"
#include "fe.h" #include "fe.h"
@ -57,8 +60,6 @@
#include "url.h" #include "url.h"
#include "xchatc.h" #include "xchatc.h"
#include <glib/gstdio.h>
#ifdef USE_DCC64 #ifdef USE_DCC64
#define BIG_STR_TO_INT(x) strtoull(x,NULL,10) #define BIG_STR_TO_INT(x) strtoull(x,NULL,10)
#ifdef WIN32 #ifdef WIN32