cleanup gui/common.h

This commit is contained in:
Nedko Arnaudov 2009-08-19 23:00:25 +03:00
parent e37ffd6982
commit 0b9d87695e
2 changed files with 3 additions and 7 deletions

View File

@ -31,13 +31,7 @@
#include <stdbool.h> /* C99 bool */
#include <stdint.h> /* fixed bit size ints */
#include <string.h>
enum ModuleType { Input, Output, InputOutput };
#include <gtk/gtk.h>
extern GtkBuilder * g_builder;
#include "../common/debug.h"
#include "../common/debug.h" /* log macros */
#endif /* #ifndef COMMON_H__15E63B7A_8350_4ABD_B04C_592158354949__INCLUDED */

View File

@ -27,6 +27,8 @@
#ifndef GLADE_H__E2BF7CFC_1B04_4160_9165_A1B433C6B3C2__INCLUDED
#define GLADE_H__E2BF7CFC_1B04_4160_9165_A1B433C6B3C2__INCLUDED
#include <gtk/gtk.h>
#ifdef __cplusplus
extern "C" {
#endif