diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/dialogs/comp-editor.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 905de743b4..35bfec64f7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2005-08-19 Harish Krishnaswamy <kharish@novell.com> + + * gui/dialogs/comp-editor.h: Remove unwanted include of + header that also borks the build. + 2005-08-02 Viren.l <lviren@novell.com> * gui/dialogs/meeting-page.c:(meeting_page_fill_widgets): diff --git a/calendar/gui/dialogs/comp-editor.h b/calendar/gui/dialogs/comp-editor.h index b0e88f35ab..3ce43fa825 100644 --- a/calendar/gui/dialogs/comp-editor.h +++ b/calendar/gui/dialogs/comp-editor.h @@ -25,7 +25,6 @@ #include <libecal/e-cal.h> #include "../itip-utils.h" #include "comp-editor-page.h" -#include "evolution-shell-component-utils.h" G_BEGIN_DECLS |