diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-08-07 11:31:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 04:41:04 +0800 |
commit | 8a430c7ff07ff836dd771ac7cbf98a67193059cf (patch) | |
tree | 19f51108ea63664c245073d9b2a118b2238fa125 | |
parent | a36a0744538e98f007f1712045ef2acb72e521e1 (diff) | |
download | gsoc2013-evolution-8a430c7ff07ff836dd771ac7cbf98a67193059cf.tar.gz gsoc2013-evolution-8a430c7ff07ff836dd771ac7cbf98a67193059cf.tar.zst gsoc2013-evolution-8a430c7ff07ff836dd771ac7cbf98a67193059cf.zip |
Cleanup include file path.
-rw-r--r-- | calendar/gui/e-attachment-handler-calendar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-attachment-handler-calendar.h b/calendar/gui/e-attachment-handler-calendar.h index 0b0ab737d4..f34cac14c3 100644 --- a/calendar/gui/e-attachment-handler-calendar.h +++ b/calendar/gui/e-attachment-handler-calendar.h @@ -22,7 +22,7 @@ #ifndef E_ATTACHMENT_HANDLER_CALENDAR_H #define E_ATTACHMENT_HANDLER_CALENDAR_H -#include <widgets/misc/e-attachment-handler.h> +#include <misc/e-attachment-handler.h> /* Standard GObject macros */ #define E_TYPE_ATTACHMENT_HANDLER_CALENDAR \ |