mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Only include top level includes from GTK+, GLib and GDK-PixBuf
This commit is contained in:
@@ -37,36 +37,10 @@
|
||||
#include "menu.h"
|
||||
#include "plugin-tray.h"
|
||||
|
||||
#include <gtk/gtkcolorseldialog.h>
|
||||
#include <gtk/gtktable.h>
|
||||
#include <gtk/gtkentry.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtkmisc.h>
|
||||
#include <gtk/gtkhbox.h>
|
||||
#include <gtk/gtkvbox.h>
|
||||
#include <gtk/gtkalignment.h>
|
||||
#include <gtk/gtknotebook.h>
|
||||
#include <gtk/gtkframe.h>
|
||||
#include <gtk/gtkfontsel.h>
|
||||
#include <gtk/gtkcheckbutton.h>
|
||||
#include <gtk/gtkscrolledwindow.h>
|
||||
#include <gtk/gtkspinbutton.h>
|
||||
#include <gtk/gtkstock.h>
|
||||
#include <gtk/gtktreeview.h>
|
||||
#include <gtk/gtkhbbox.h>
|
||||
#include <gtk/gtkhseparator.h>
|
||||
#include <gtk/gtkradiobutton.h>
|
||||
#include <gtk/gtkcombobox.h>
|
||||
#include <gtk/gtkliststore.h>
|
||||
#include <gtk/gtktreestore.h>
|
||||
#include <gtk/gtktreeselection.h>
|
||||
#include <gtk/gtkcellrenderertext.h>
|
||||
#include <gtk/gtkhscale.h>
|
||||
#ifdef WIN32
|
||||
#include "../common/fe.h"
|
||||
#endif
|
||||
#ifdef USE_GTKSPELL
|
||||
#include <gtk/gtktextview.h>
|
||||
#include <gtkspell/gtkspell.h>
|
||||
#endif
|
||||
#ifdef USE_LIBSEXY
|
||||
|
||||
Reference in New Issue
Block a user