aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r--widgets/table/e-table-col.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h
index c2585f8166..7faefe1447 100644
--- a/widgets/table/e-table-col.h
+++ b/widgets/table/e-table-col.h
@@ -2,8 +2,8 @@
#ifndef _E_TABLE_COL_H_
#define _E_TABLE_COL_H_
-#include "e-cell.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <gal/e-table/e-cell.h>
#define E_TABLE_COL_TYPE (e_table_col_get_type ())
#define E_TABLE_COL(o) (GTK_CHECK_CAST ((o), E_TABLE_COL_TYPE, ETableCol))