From f055485f906d93a18b1c7a114c7ba8e33ebe2ed3 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Thu, 23 Dec 2004 06:53:54 +0000 Subject: Correct bad include. 2004-12-23 Hans Petter Jansson * gui/e-select-names-editable.c: Correct bad include. * gui/dialogs/Makefile.am (IDL_GENERATED_H) (IDL_GENERATED) (BUILT_SOURCES): No longer needed, removed. svn path=/trunk/; revision=28187 --- calendar/gui/dialogs/Makefile.am | 13 ------------- calendar/gui/e-select-names-editable.c | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index c34b49d097..03f05715ed 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -1,16 +1,3 @@ -IDLS = $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl - -IDL_GENERATED_H = \ - Evolution-Addressbook-SelectNames.h -IDL_GENERATED = $(IDL_GENERATED_H) - -$(IDL_GENERATED_H): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \ - --nostubs --noskels --nocommon \ - $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl - -BUILT_SOURCES = $(IDL_GENERATED) - INCLUDES = \ -DG_LOG_DOMAIN=\"calendar-gui\" \ -I$(top_srcdir) \ diff --git a/calendar/gui/e-select-names-editable.c b/calendar/gui/e-select-names-editable.c index 249d20d328..60289a5b74 100644 --- a/calendar/gui/e-select-names-editable.c +++ b/calendar/gui/e-select-names-editable.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "e-select-names-editable.h" -- cgit