aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/common/libecalendar-common-conduit.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-09-03 15:57:04 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-09-03 15:57:04 +0800
commit2ab08e462db3a123f03e5ae778e6328446d40220 (patch)
tree95360519a322f133f02ec76874e46dd6df306e2a /calendar/conduits/common/libecalendar-common-conduit.h
parent9b868dd762e274911f40abf91e610128641990fe (diff)
downloadgsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.tar
gsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.tar.gz
gsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.tar.bz2
gsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.tar.lz
gsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.tar.xz
gsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.tar.zst
gsoc2013-evolution-2ab08e462db3a123f03e5ae778e6328446d40220.zip
Fix a build break.
svn path=/trunk/; revision=34165
Diffstat (limited to 'calendar/conduits/common/libecalendar-common-conduit.h')
-rw-r--r--calendar/conduits/common/libecalendar-common-conduit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/calendar/conduits/common/libecalendar-common-conduit.h b/calendar/conduits/common/libecalendar-common-conduit.h
index 3d2cac6312..62800f2bd3 100644
--- a/calendar/conduits/common/libecalendar-common-conduit.h
+++ b/calendar/conduits/common/libecalendar-common-conduit.h
@@ -8,13 +8,4 @@
int e_pilot_add_category_if_possible(char *cat_to_add, struct CategoryAppInfo *category);
void e_pilot_local_category_to_remote(int * pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category);
void e_pilot_remote_category_to_local(int pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category);
-#include <libedataserver/e-categories.h>
-#include <libecal/e-cal.h>
-#include <pi-appinfo.h>
-
-#define PILOT_MAX_CATEGORIES 16
-
-int e_pilot_add_category_if_possible(char *cat_to_add, struct CategoryAppInfo *category);
-void e_pilot_local_category_to_remote(int * pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category);
-void e_pilot_remote_category_to_local(int pilotCategory, ECalComponent *comp, struct CategoryAppInfo *category);