From 94a922810912fbbe24c96ceca3118b0edf5ee4d7 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 6 Jan 2000 05:59:35 +0000 Subject: Compilation touchups -miguel svn path=/trunk/; revision=1537 --- widgets/table/e-cell-checkbox.c | 2 +- widgets/table/e-cell-text.c | 2 +- widgets/table/e-cell-toggle.c | 2 +- widgets/table/e-cell.c | 2 +- widgets/table/e-table-col.c | 2 +- widgets/table/e-table-group.c | 2 +- widgets/table/e-table-header-item.c | 2 +- widgets/table/e-table-sorted.c | 2 +- widgets/table/e-table-subset.c | 2 +- widgets/table/e-table.c | 2 +- widgets/table/table-test.c | 2 +- widgets/table/test-check.c | 2 +- widgets/table/test-cols.c | 2 +- widgets/table/test-table.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'widgets/table') diff --git a/widgets/table/e-cell-checkbox.c b/widgets/table/e-cell-checkbox.c index d77e1fa4cd..431c1663d1 100644 --- a/widgets/table/e-cell-checkbox.c +++ b/widgets/table/e-cell-checkbox.c @@ -14,7 +14,7 @@ #include #include #include "e-cell-checkbox.h" -#include +#include "e-util/e-util.h" #include "e-table-item.h" #include "check-empty.xpm" diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index 9ce8190a14..fead3d4654 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -15,7 +15,7 @@ #include #include #include "e-cell-text.h" -#include +#include "e-util/e-util.h" #include "e-table-item.h" #define PARENT_TYPE e_cell_get_type() diff --git a/widgets/table/e-cell-toggle.c b/widgets/table/e-cell-toggle.c index a933a62c49..679d04a0ca 100644 --- a/widgets/table/e-cell-toggle.c +++ b/widgets/table/e-cell-toggle.c @@ -14,7 +14,7 @@ #include #include #include "e-cell-toggle.h" -#include +#include "e-util/e-util.h" #include "e-table-item.h" #define PARENT_TYPE e_cell_get_type() diff --git a/widgets/table/e-cell.c b/widgets/table/e-cell.c index b5cbc0e850..f1345e8c6b 100644 --- a/widgets/table/e-cell.c +++ b/widgets/table/e-cell.c @@ -8,7 +8,7 @@ */ #include #include "e-cell.h" -#include +#include "e-util/e-util.h" #define PARENT_TYPE gtk_object_get_type() diff --git a/widgets/table/e-table-col.c b/widgets/table/e-table-col.c index 62a451ca4f..6f475158a5 100644 --- a/widgets/table/e-table-col.c +++ b/widgets/table/e-table-col.c @@ -10,7 +10,7 @@ #include #include #include "e-table-col.h" -#include +#include "e-util/e-util.h" #define PARENT_TYPE (gtk_object_get_type ()) diff --git a/widgets/table/e-table-group.c b/widgets/table/e-table-group.c index 14c7a33f79..8783fbaa02 100644 --- a/widgets/table/e-table-group.c +++ b/widgets/table/e-table-group.c @@ -12,7 +12,7 @@ #include "e-table-group.h" #include "e-table-item.h" #include -#include +#include "e-util/e-util.h" #define TITLE_HEIGHT 16 #define GROUP_INDENT 10 diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 7cea9ae7a0..5f23f06fa3 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -13,10 +13,10 @@ #include #include #include +#include "e-util/e-cursors.h" #include "e-table-header.h" #include "e-table-header-item.h" #include "e-table-col-dnd.h" -#include "e-cursors.h" #include "add-col.xpm" #include "remove-col.xpm" diff --git a/widgets/table/e-table-sorted.c b/widgets/table/e-table-sorted.c index b559b3d87f..16644a45b1 100644 --- a/widgets/table/e-table-sorted.c +++ b/widgets/table/e-table-sorted.c @@ -8,7 +8,7 @@ */ #include #include -#include +#include "e-util/e-util.h" #include "e-table-sorted.h" #define PARENT_TYPE E_TABLE_SUBSET_TYPE diff --git a/widgets/table/e-table-subset.c b/widgets/table/e-table-subset.c index be4c7ab732..a9e4a5c5a4 100644 --- a/widgets/table/e-table-subset.c +++ b/widgets/table/e-table-subset.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include "e-util/e-util.h" #include "e-table-subset.h" #define PARENT_TYPE E_TABLE_MODEL_TYPE diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index 730306b374..a42aaf111b 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include "e-util/e-util.h" #include "e-table.h" #include "e-table-header-item.h" #include "e-table-subset.h" diff --git a/widgets/table/table-test.c b/widgets/table/table-test.c index 9de673ede4..e18f38c5ec 100644 --- a/widgets/table/table-test.c +++ b/widgets/table/table-test.c @@ -9,7 +9,7 @@ #include #include #include -#include "e-cursors.h" +#include "e-util/e-cursors.h" #include "table-test.h" int diff --git a/widgets/table/test-check.c b/widgets/table/test-check.c index b24a7aff64..8cc5f6834e 100644 --- a/widgets/table/test-check.c +++ b/widgets/table/test-check.c @@ -12,7 +12,7 @@ #include "e-table-header.h" #include "e-table-header-item.h" #include "e-table-item.h" -#include "e-cursors.h" +#include "e-util/e-cursors.h" #include "e-cell-text.h" #include "e-cell-checkbox.h" diff --git a/widgets/table/test-cols.c b/widgets/table/test-cols.c index 6342a1739f..288e2bd408 100644 --- a/widgets/table/test-cols.c +++ b/widgets/table/test-cols.c @@ -8,11 +8,11 @@ #include #include #include +#include "e-util/e-cursors.h" #include "e-table-simple.h" #include "e-table-header.h" #include "e-table-header-item.h" #include "e-table-item.h" -#include "e-cursors.h" #include "e-cell-text.h" #include "e-cell-toggle.h" diff --git a/widgets/table/test-table.c b/widgets/table/test-table.c index 2e64826cba..053f81cfa6 100644 --- a/widgets/table/test-table.c +++ b/widgets/table/test-table.c @@ -8,11 +8,11 @@ #include #include #include +#include "e-util/e-cursors.h" #include "e-table-simple.h" #include "e-table-header.h" #include "e-table-header-item.h" #include "e-table-item.h" -#include "e-cursors.h" #include "e-cell-text.h" #include "e-table.h" -- cgit v1.2.3