summary refs log tree commit diff stats
path: root/src/fe-gtk/rawlog.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-02 20:39:37 -0700
committerBerke Viktor <bviktor@hexchat.org>2013-04-02 20:39:37 -0700
commit9c49254abd59b8e3f4ecf2be7477dd62bf399296 (patch)
tree299db16a7a127a64bbac8ee13c8c2473e6287372 /src/fe-gtk/rawlog.c
parent5e59578e28408b4fcf85de19fd301a5b02d96dec (diff)
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/fe-gtk/rawlog.c')
-rw-r--r--src/fe-gtk/rawlog.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fe-gtk/rawlog.c b/src/fe-gtk/rawlog.c
index 651ca1ec..d0564406 100644
--- a/src/fe-gtk/rawlog.c
+++ b/src/fe-gtk/rawlog.c
@@ -29,11 +29,6 @@
 
 #include "fe-gtk.h"
 
-#include <gtk/gtkbutton.h>
-#include <gtk/gtkhbbox.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkvscrollbar.h>
-#include <gtk/gtkstock.h>
 #include <gdk/gdkkeysyms.h>
 
 #include "../common/hexchat.h"