From df07f02cae503795461bd231da20805853430da7 Mon Sep 17 00:00:00 2001 From: Kaushal Kumar Date: Thu, 23 Jun 2005 09:11:11 +0000 Subject: Added widgets in INCLUDES. 2005-06-23 Kaushal Kumar * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574 --- a11y/e-table/gal-a11y-e-table-item.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'a11y/e-table') diff --git a/a11y/e-table/gal-a11y-e-table-item.c b/a11y/e-table/gal-a11y-e-table-item.c index a5ed0c331e..b4882d71bb 100644 --- a/a11y/e-table/gal-a11y-e-table-item.c +++ b/a11y/e-table/gal-a11y-e-table-item.c @@ -18,8 +18,8 @@ #include "table/e-table-subset.h" #include "table/e-table.h" #include "table/e-tree.h" -#include "widgets/misc/e-canvas.h" -#include "widgets/misc/e-selection-model.h" +#include "misc/e-canvas.h" +#include "misc/e-selection-model.h" #include "gal-a11y-e-table-item.h" #include "gal-a11y-e-table-item-factory.h" -- cgit