diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 20:39:37 -0700 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 20:39:37 -0700 |
commit | 9c49254abd59b8e3f4ecf2be7477dd62bf399296 (patch) | |
tree | 299db16a7a127a64bbac8ee13c8c2473e6287372 /src/fe-gtk/userlistgui.c | |
parent | 5e59578e28408b4fcf85de19fd301a5b02d96dec (diff) |
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/fe-gtk/userlistgui.c')
-rw-r--r-- | src/fe-gtk/userlistgui.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/fe-gtk/userlistgui.c b/src/fe-gtk/userlistgui.c index 35728c8f..c2f2a462 100644 --- a/src/fe-gtk/userlistgui.c +++ b/src/fe-gtk/userlistgui.c @@ -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 * |