From 8c99725b91ee67f4b85e1f478cd30837067da683 Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Sun, 17 Sep 2000 20:29:14 +0000 Subject: Fixed e-table #includes so that it would compile. svn path=/trunk/; revision=5482 --- widgets/table/e-cell-text.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'widgets/table/e-cell-text.c') diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index 8f31b7adf4..3f2a2e57ba 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -33,14 +33,14 @@ #include #include #include "e-cell-text.h" -#include "e-util/e-util.h" -#include "e-util/e-canvas.h" -#include "e-util/e-font.h" -#include "e-util/e-unicode.h" +#include "util/e-util.h" +#include "widgets/e-canvas.h" +#include "widgets/e-font.h" +#include "widgets/e-unicode.h" #include "e-table-item.h" -#include "e-text-event-processor.h" -#include "e-text.h" -#include "e-text-event-processor-emacs-like.h" +#include "e-text/e-text-event-processor.h" +#include "e-text/e-text.h" +#include "e-text/e-text-event-processor-emacs-like.h" #include "e-table-tooltip.h" #include /* for BlackPixel */ -- cgit v1.2.3