mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-11 11:55:07 -05:00
System includes before own includes
This commit is contained in:
parent
bdbb3d14bd
commit
aa917d568f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user