diff options
author | TingPing <tngpng@gmail.com> | 2013-04-02 22:39:17 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-02 22:39:17 -0700 |
commit | 8b72d53dcc401ac622e204f720d4bd602c1dc291 (patch) | |
tree | 8f400553cbb6d468f69c4c39967f262e3bc5406c /src/fe-gtk/servlistgui.c | |
parent | b5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 (diff) | |
parent | ef4aa16730c269f0ebb3b9657ecaef9acd5d07a2 (diff) |
Merge pull request #496 from bviktor/toplevel-includes
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
Diffstat (limited to 'src/fe-gtk/servlistgui.c')
-rw-r--r-- | src/fe-gtk/servlistgui.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index b312e8de..774ce1cc 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -21,29 +21,6 @@ #include <string.h> #include <ctype.h> -#include <gtk/gtkversion.h> -#include <gtk/gtkcheckbutton.h> -#include <gtk/gtkcellrenderertext.h> -#include <gtk/gtkcomboboxentry.h> -#include <gtk/gtkentry.h> -#include <gtk/gtkhbox.h> -#include <gtk/gtkhbbox.h> -#include <gtk/gtkhseparator.h> -#include <gtk/gtkimage.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkliststore.h> -#include <gtk/gtkmenuitem.h> -#include <gtk/gtkmessagedialog.h> -#include <gtk/gtkscrolledwindow.h> -#include <gtk/gtkstock.h> -#include <gtk/gtktable.h> -#include <gtk/gtktogglebutton.h> -#include <gtk/gtktree.h> -#include <gtk/gtktreeselection.h> -#include <gtk/gtktreeview.h> -#include <gtk/gtkvbbox.h> -#include <gtk/gtkvbox.h> -#include <gtk/gtkwindow.h> #include <gdk/gdkkeysyms.h> #include "../common/hexchat.h" |