diff options
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-cell-date-edit.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-specification.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-state.c | 2 | ||||
-rw-r--r-- | widgets/table/e-tree-table-adapter.c | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/widgets/table/e-cell-date-edit.c b/widgets/table/e-cell-date-edit.c index bee042cb2a..70c15dfafd 100644 --- a/widgets/table/e-cell-date-edit.c +++ b/widgets/table/e-cell-date-edit.c @@ -42,7 +42,7 @@ #include <glib/gi18n.h> -#include <libedataserver/e-time-utils.h> +#include <libedataserver/libedataserver.h> /* This depends on ECalendar which is why I didn't put it in gal. */ #include <misc/e-calendar.h> diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c index 11f35b0f54..5cc0f34652 100644 --- a/widgets/table/e-table-specification.c +++ b/widgets/table/e-table-specification.c @@ -31,7 +31,7 @@ #include <libxml/parser.h> #include <libxml/xmlmemory.h> -#include <libedataserver/e-xml-utils.h> +#include <libedataserver/libedataserver.h> #include "e-util/e-util.h" #include "libevolution-utils/e-xml-utils.h" diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c index 6449fefe7f..cfc8661388 100644 --- a/widgets/table/e-table-state.c +++ b/widgets/table/e-table-state.c @@ -30,7 +30,7 @@ #include <libxml/parser.h> #include <libxml/xmlmemory.h> -#include <libedataserver/e-xml-utils.h> +#include <libedataserver/libedataserver.h> #include "e-util/e-util.h" #include "libevolution-utils/e-xml-utils.h" diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c index 8e029cd739..47209c4cdf 100644 --- a/widgets/table/e-tree-table-adapter.c +++ b/widgets/table/e-tree-table-adapter.c @@ -31,7 +31,8 @@ #include <glib/gstdio.h> #include <libxml/tree.h> #include <libxml/parser.h> -#include <libedataserver/e-xml-utils.h> + +#include <libedataserver/libedataserver.h> #include "e-util/e-util.h" #include "libevolution-utils/e-xml-utils.h" |