gladish: remove redudant includes

internal.h includes common.h
This commit is contained in:
Nedko Arnaudov 2010-12-19 14:41:40 +02:00
parent c4119ff60b
commit 06f37b47d4
2 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -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"