debug.h changed to gm-debug.h, fixed inclusion

This commit is contained in:
Jesse van den Kieboom 2005-11-06 16:27:26 +00:00
parent df94d61978
commit c48359a18c
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
#include <libgnome/gnome-url.h>
#include <vte/vte.h>
#include "../debug.h"
#include "../gm-debug.h"
#include "gm-app-view.h"
#include "../gm-ui.h"
#include "gm-world-view.h"

View File

@ -2,7 +2,7 @@
#include <gtk/gtk.h>
#include <string.h>
#include "gm-text-scroller.h"
#include "../debug.h"
#include "../gm-debug.h"
#include "../gm-support.h"
#define GM_TEXT_SCROLLER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GM_TYPE_TEXT_SCROLLER, GmTextScrollerPrivate))

View File

@ -7,7 +7,7 @@
#include "gm-world-view.h"
#include "../gm-world.h"
#include "../gm-color-table.h"
#include "../debug.h"
#include "../gm-debug.h"
#define GM_WORLD_INPUT_VIEW_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GM_TYPE_WORLD_INPUT_VIEW, GmWorldInputViewPrivate))

View File

@ -3,7 +3,7 @@
#include "gm-world-tab.h"
#include "../gm-support.h"
#include "../gm-pixbuf.h"
#include "../debug.h"
#include "../gm-debug.h"
#define GM_WORLD_TAB_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GM_TYPE_WORLD_TAB, GmWorldTabPrivate))

View File

@ -5,7 +5,7 @@
#include "../gm-color-table.h"
#include "../gm-marshal.h"
#include "../ansi.h"
#include "../debug.h"
#include "../gm-debug.h"
#include "../gm-support.h"
/* Callback definitions */

View File

@ -5,7 +5,7 @@
#include "gm-world-text-view.h"
#include "gm-world-input-view.h"
#include "gm-text-scroller.h"
#include "../debug.h"
#include "../gm-debug.h"
#include "../gm-color-table.h"
#define GM_WORLD_VIEW_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), \