diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-08-19 21:11:56 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-08-19 21:11:56 +0800 |
commit | 77d66defc5c574d96ea193228bb7902677a53004 (patch) | |
tree | 2a9952121dc6000b58ca96178a0dd04044e08ed5 /calendar | |
parent | 17ad60d6e9f66606ae754abc2a4ec6c125b16fc5 (diff) | |
download | gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.tar gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.tar.gz gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.tar.bz2 gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.tar.lz gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.tar.xz gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.tar.zst gsoc2013-evolution-77d66defc5c574d96ea193228bb7902677a53004.zip |
Remove unwanted include of header that also borks the build.
2005-08-19 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/comp-editor.h: Remove unwanted include of
header that also borks the build.
svn path=/trunk/; revision=30163
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 |