summary refs log tree commit diff stats
path: root/src/fe-gtk/chanview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk/chanview.c')
-rw-r--r--src/fe-gtk/chanview.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fe-gtk/chanview.c b/src/fe-gtk/chanview.c
index 826ff69c..500ed1e5 100644
--- a/src/fe-gtk/chanview.c
+++ b/src/fe-gtk/chanview.c
@@ -22,14 +22,10 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <gtk/gtk.h>
-
-#include "chanview.h"
 #include "gtkutil.h"
-
+#include "chanview.h"
 
 /* treeStore columns */
-
 #define COL_NAME 0		/* (char *) */
 #define COL_CHAN 1		/* (chan *) */
 #define COL_ATTR 2		/* (PangoAttrList *) */