mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Only include top level includes from GTK+, GLib and GDK-PixBuf
This commit is contained in:
@@ -22,16 +22,6 @@
|
||||
|
||||
#include "fe-gtk.h"
|
||||
|
||||
#include <gtk/gtkbox.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtkdnd.h>
|
||||
#include <gtk/gtkentry.h>
|
||||
#include <gtk/gtktreeview.h>
|
||||
#include <gtk/gtktreeselection.h>
|
||||
#include <gtk/gtkscrolledwindow.h>
|
||||
#include <gtk/gtkcellrendererpixbuf.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
#include "../common/hexchat.h"
|
||||
@@ -50,11 +40,6 @@
|
||||
#include "userlistgui.h"
|
||||
#include "fkeys.h"
|
||||
|
||||
#ifdef USE_GTKSPELL
|
||||
#include <gtk/gtktextview.h>
|
||||
#endif
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
COL_PIX=0, // GdkPixbuf *
|
||||
|
||||
Reference in New Issue
Block a user