aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-cell-checkbox.c2
-rw-r--r--widgets/table/e-cell-text.c2
-rw-r--r--widgets/table/e-cell-toggle.c2
-rw-r--r--widgets/table/e-cell.c2
-rw-r--r--widgets/table/e-table-col.c2
-rw-r--r--widgets/table/e-table-group.c2
-rw-r--r--widgets/table/e-table-sorted.c2
-rw-r--r--widgets/table/e-table-subset.c2
-rw-r--r--widgets/table/e-table.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/widgets/table/e-cell-checkbox.c b/widgets/table/e-cell-checkbox.c
index 6e4b597abf..d77e1fa4cd 100644
--- a/widgets/table/e-cell-checkbox.c
+++ b/widgets/table/e-cell-checkbox.c
@@ -14,7 +14,7 @@
#include <gdk/gdkkeysyms.h>
#include <libgnomeui/gnome-canvas.h>
#include "e-cell-checkbox.h"
-#include "e-util.h"
+#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 1b2205ba51..9ce8190a14 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -15,7 +15,7 @@
#include <libgnomeui/gnome-canvas.h>
#include <stdio.h>
#include "e-cell-text.h"
-#include "e-util.h"
+#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 6ea181ea40..a933a62c49 100644
--- a/widgets/table/e-cell-toggle.c
+++ b/widgets/table/e-cell-toggle.c
@@ -14,7 +14,7 @@
#include <gdk/gdkkeysyms.h>
#include <libgnomeui/gnome-canvas.h>
#include "e-cell-toggle.h"
-#include "e-util.h"
+#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 0f9297ecba..b5cbc0e850 100644
--- a/widgets/table/e-cell.c
+++ b/widgets/table/e-cell.c
@@ -8,7 +8,7 @@
*/
#include <config.h>
#include "e-cell.h"
-#include "e-util.h"
+#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 86392a9419..62a451ca4f 100644
--- a/widgets/table/e-table-col.c
+++ b/widgets/table/e-table-col.c
@@ -10,7 +10,7 @@
#include <gtk/gtkobject.h>
#include <gtk/gtksignal.h>
#include "e-table-col.h"
-#include "e-util.h"
+#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 8765c3b83c..14c7a33f79 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 <libgnomeui/gnome-canvas-rect-ellipse.h>
-#include "e-util.h"
+#include <e-util/e-util.h>
#define TITLE_HEIGHT 16
#define GROUP_INDENT 10
diff --git a/widgets/table/e-table-sorted.c b/widgets/table/e-table-sorted.c
index 6bc55ad9dc..b559b3d87f 100644
--- a/widgets/table/e-table-sorted.c
+++ b/widgets/table/e-table-sorted.c
@@ -8,7 +8,7 @@
*/
#include <config.h>
#include <stdlib.h>
-#include "e-util.h"
+#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 88f5c18c85..be4c7ab732 100644
--- a/widgets/table/e-table-subset.c
+++ b/widgets/table/e-table-subset.c
@@ -9,7 +9,7 @@
#include <config.h>
#include <stdlib.h>
#include <gtk/gtksignal.h>
-#include "e-util.h"
+#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 01389135bf..730306b374 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -14,8 +14,8 @@
#include <stdio.h>
#include <libgnomeui/gnome-canvas.h>
#include <gtk/gtksignal.h>
+#include <e-util/e-util.h>
#include "e-table.h"
-#include "e-util.h"
#include "e-table-header-item.h"
#include "e-table-subset.h"
#include "e-table-item.h"