diff options
author | Chris Lahey <clahey@src.gnome.org> | 2000-09-18 04:29:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-18 04:29:14 +0800 |
commit | 8c99725b91ee67f4b85e1f478cd30837067da683 (patch) | |
tree | 1810d07a363007701e06c12e030f43e963e66199 /widgets/table/e-table-group-container.c | |
parent | 1c6bdb1bbd27652331ed82a3164cd4182049e47d (diff) | |
download | gsoc2013-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-container.c')
-rw-r--r-- | widgets/table/e-table-group-container.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c index f042364c99..b481070566 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -15,10 +15,10 @@ #include "e-table-group-leaf.h" #include "e-table-item.h" #include <libgnomeui/gnome-canvas-rect-ellipse.h> -#include "e-util/e-util.h" -#include "e-util/e-canvas.h" -#include "e-util/e-canvas-utils.h" -#include "widgets/e-text/e-text.h" +#include "util/e-util.h" +#include "widgets/e-canvas.h" +#include "widgets/e-canvas-utils.h" +#include "e-text/e-text.h" #include "e-table-defines.h" #define TITLE_HEIGHT 16 |