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/fkeys.c | |
parent | 5e59578e28408b4fcf85de19fd301a5b02d96dec (diff) |
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/fe-gtk/fkeys.c')
-rw-r--r-- | src/fe-gtk/fkeys.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/fe-gtk/fkeys.c b/src/fe-gtk/fkeys.c index 3a937e1a..f35ae466 100644 --- a/src/fe-gtk/fkeys.c +++ b/src/fe-gtk/fkeys.c @@ -32,20 +32,6 @@ #include "fe-gtk.h" -#include <glib.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkeditable.h> -#include <gtk/gtkmenu.h> -#include <gtk/gtkmenuitem.h> -#include <gtk/gtkoptionmenu.h> -#include <gtk/gtkvbox.h> -#include <gtk/gtkhbox.h> -#include <gtk/gtkclist.h> -#include <gtk/gtknotebook.h> -#include <gtk/gtkcheckbutton.h> -#include <gtk/gtkentry.h> -#include <gtk/gtkvscrollbar.h> - #include "../common/hexchat.h" #include "../common/hexchatc.h" #include "../common/cfgfiles.h" @@ -65,10 +51,6 @@ #include "textgui.h" #include "fkeys.h" -#ifdef USE_GTKSPELL -#include <gtk/gtktextview.h> -#endif - static void replace_handle (GtkWidget * wid); void key_action_tab_clean (void); |