From 0b9d87695ef4319268569c899ff69e09132c77be Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Wed, 19 Aug 2009 23:00:25 +0300 Subject: [PATCH] cleanup gui/common.h --- gui/common.h | 8 +------- gui/glade.h | 2 ++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/gui/common.h b/gui/common.h index f1ff74ae..d434d3cb 100644 --- a/gui/common.h +++ b/gui/common.h @@ -31,13 +31,7 @@ #include /* C99 bool */ #include /* fixed bit size ints */ -#include -enum ModuleType { Input, Output, InputOutput }; - -#include -extern GtkBuilder * g_builder; - -#include "../common/debug.h" +#include "../common/debug.h" /* log macros */ #endif /* #ifndef COMMON_H__15E63B7A_8350_4ABD_B04C_592158354949__INCLUDED */ diff --git a/gui/glade.h b/gui/glade.h index ed0275c4..db03e6d9 100644 --- a/gui/glade.h +++ b/gui/glade.h @@ -27,6 +27,8 @@ #ifndef GLADE_H__E2BF7CFC_1B04_4160_9165_A1B433C6B3C2__INCLUDED #define GLADE_H__E2BF7CFC_1B04_4160_9165_A1B433C6B3C2__INCLUDED +#include + #ifdef __cplusplus extern "C" { #endif