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/joind.c | |
parent | 5e59578e28408b4fcf85de19fd301a5b02d96dec (diff) |
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/fe-gtk/joind.c')
-rw-r--r-- | src/fe-gtk/joind.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/fe-gtk/joind.c b/src/fe-gtk/joind.c index cbc2251f..b58d662a 100644 --- a/src/fe-gtk/joind.c +++ b/src/fe-gtk/joind.c @@ -31,18 +31,6 @@ #include <unistd.h> #endif -#include <gtk/gtk.h> -#include <gtk/gtkbbox.h> -#include <gtk/gtkbutton.h> -#include <gtk/gtkdialog.h> -#include <gtk/gtkentry.h> -#include <gtk/gtkhbox.h> -#include <gtk/gtkimage.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkradiobutton.h> -#include <gtk/gtkvbox.h> -#include <gtk/gtkwindow.h> - #include "../common/hexchat.h" #include "../common/hexchatc.h" #include "../common/server.h" |