aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.h
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2000-09-18 04:29:14 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-18 04:29:14 +0800
commit8c99725b91ee67f4b85e1f478cd30837067da683 (patch)
tree1810d07a363007701e06c12e030f43e963e66199 /widgets/table/e-table-group.h
parent1c6bdb1bbd27652331ed82a3164cd4182049e47d (diff)
downloadgsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.tar
gsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.tar.gz
gsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.tar.bz2
gsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.tar.lz
gsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.tar.xz
gsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.tar.zst
gsoc2013-evolution-8c99725b91ee67f4b85e1f478cd30837067da683.zip
Fixed e-table #includes so that it would compile.
svn path=/trunk/; revision=5482
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r--widgets/table/e-table-group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h
index 9a67a7b9d3..b84ab4fd83 100644
--- a/widgets/table/e-table-group.h
+++ b/widgets/table/e-table-group.h
@@ -7,8 +7,8 @@
#include "e-table-header.h"
#include "e-table-sort-info.h"
#include "e-table-defines.h"
-#include "e-util/e-util.h"
-#include "e-util/e-printable.h"
+#include "util/e-util.h"
+#include "widgets/e-printable.h"
#define E_TABLE_GROUP_TYPE (e_table_group_get_type ())
#define E_TABLE_GROUP(o) (GTK_CHECK_CAST ((o), E_TABLE_GROUP_TYPE, ETableGroup))