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/gtkutil.h | |
parent | 5e59578e28408b4fcf85de19fd301a5b02d96dec (diff) |
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/fe-gtk/gtkutil.h')
-rw-r--r-- | src/fe-gtk/gtkutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fe-gtk/gtkutil.h b/src/fe-gtk/gtkutil.h index 0c358953..e3f59a29 100644 --- a/src/fe-gtk/gtkutil.h +++ b/src/fe-gtk/gtkutil.h @@ -20,8 +20,7 @@ #ifndef HEXCHAT_GTKUTIL_H #define HEXCHAT_GTKUTIL_H -#include <gtk/gtktreeview.h> -#include <gtk/gtktreemodel.h> +#include <gtk/gtk.h> typedef void (*filereqcallback) (void *, char *file); |