diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-04 03:14:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-04 03:14:03 +0800 |
commit | 2a39437ee94059a79d3dc1bf0c97a3aeaff23f53 (patch) | |
tree | 657e23e83bad7ff98e891f45043a41b09ff57647 /calendar/gui/e-cal-source-config.h | |
parent | eecffa7af35a3eb0742bff4d10be55c3a70f2876 (diff) | |
download | gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.gz gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.tar.zst gsoc2013-evolution-2a39437ee94059a79d3dc1bf0c97a3aeaff23f53.zip |
Adapt to single-include E-D-S libraries.
Diffstat (limited to 'calendar/gui/e-cal-source-config.h')
-rw-r--r-- | calendar/gui/e-cal-source-config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-source-config.h b/calendar/gui/e-cal-source-config.h index 924958e00c..4db861069e 100644 --- a/calendar/gui/e-cal-source-config.h +++ b/calendar/gui/e-cal-source-config.h @@ -19,9 +19,8 @@ #ifndef E_CAL_SOURCE_CONFIG_H #define E_CAL_SOURCE_CONFIG_H -#include <libecal/e-cal-client.h> +#include <libecal/libecal.h> #include <misc/e-source-config.h> -#include <libedataserver/e-source-extension.h> /* Standard GObject macros */ #define E_TYPE_CAL_SOURCE_CONFIG \ |