[gnumeric] removed item-debug.h
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] removed item-debug.h
- Date: Tue, 25 Aug 2009 18:07:16 +0000 (UTC)
commit 674fc3d7aff74139fe8ed4a3ee3df76f87afcc39
Author: Jean Brefort <jean brefort normalesup org>
Date: Tue Aug 25 20:01:28 2009 +0200
removed item-debug.h
src/item-bar.c | 1 -
src/item-cursor.c | 1 -
src/item-edit.c | 1 -
src/item-grid.c | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/item-bar.c b/src/item-bar.c
index ac4ca9b..7fc3548 100644
--- a/src/item-bar.c
+++ b/src/item-bar.c
@@ -28,7 +28,6 @@
#include <gsf/gsf-impl-utils.h>
#include <gtk/gtk.h>
#define GNUMERIC_ITEM "BAR"
-#include "item-debug.h"
#include <string.h>
diff --git a/src/item-cursor.c b/src/item-cursor.c
index 63c3e93..a588fea 100644
--- a/src/item-cursor.c
+++ b/src/item-cursor.c
@@ -36,7 +36,6 @@
#include <gtk/gtk.h>
#include <goffice/goffice.h>
#define GNUMERIC_ITEM "CURSOR"
-#include "item-debug.h"
#define ITEM_CURSOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), item_cursor_get_type (), ItemCursorClass))
diff --git a/src/item-edit.c b/src/item-edit.c
index c225935..010861b 100644
--- a/src/item-edit.c
+++ b/src/item-edit.c
@@ -34,7 +34,6 @@
#include "wbc-gtk.h"
#include "gui-util.h"
#include "widgets/gnumeric-expr-entry.h"
-#include "item-debug.h"
#define GNUMERIC_ITEM "EDIT"
#include <gtk/gtk.h>
diff --git a/src/item-grid.c b/src/item-grid.c
index 2111d7c..b5d9fa7 100644
--- a/src/item-grid.c
+++ b/src/item-grid.c
@@ -46,7 +46,6 @@
#include <math.h>
#include <string.h>
#define GNUMERIC_ITEM "GRID"
-#include "item-debug.h"
#if 0
#define MERGE_DEBUG(range, str) do { range_dump (range, str); } while (0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]