mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Only include top level includes from GTK+, GLib and GDK-PixBuf
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
|
||||
#include "hexchat.h"
|
||||
#include "hexchatc.h"
|
||||
@@ -34,6 +32,8 @@
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <glib/gprintf.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
server *serv;
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
#endif
|
||||
|
||||
#include "hexchat.h"
|
||||
#include <glib.h>
|
||||
|
||||
#include "cfgfiles.h"
|
||||
#include "fe.h"
|
||||
#include "server.h"
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#endif
|
||||
|
||||
#include "hexchat.h"
|
||||
#include <glib.h>
|
||||
#include "cfgfiles.h"
|
||||
#include "chanopt.h"
|
||||
#include "plugin.h"
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <errno.h>
|
||||
#include "hexchat.h"
|
||||
#include "hexchatc.h"
|
||||
#include <glib.h>
|
||||
#include <ctype.h>
|
||||
#include "util.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user