mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Only include top level includes from GTK+, GLib and GDK-PixBuf
This commit is contained in:
@@ -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 *) */
|
||||
|
||||
Reference in New Issue
Block a user