From 06f37b47d4eae703726a8a5a5a61e57a7f0295a2 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 19 Dec 2010 14:41:40 +0200 Subject: [PATCH] gladish: remove redudant includes internal.h includes common.h --- gui/control.c | 2 -- gui/menu.c | 1 - 2 files changed, 3 deletions(-) diff --git a/gui/control.c b/gui/control.c index d9e18391..9f66e8e6 100644 --- a/gui/control.c +++ b/gui/control.c @@ -31,8 +31,6 @@ #include "world_tree.h" #include "ask_dialog.h" -#include "common.h" - static guint g_ladishd_poll_source_tag; static gboolean poll_ladishd(gpointer data) diff --git a/gui/menu.c b/gui/menu.c index 396da1e3..59a652a6 100644 --- a/gui/menu.c +++ b/gui/menu.c @@ -24,7 +24,6 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "common.h" #include "internal.h" #include "menu.h" #include "gtk_builder.h" -- 2.11.4.GIT