diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-15 06:23:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-15 06:23:21 +0800 |
commit | e34d1462b63b2c2947a6805b2b2dbaaa954b62ba (patch) | |
tree | 12de13eccc0839a73f2c19663b5fdc6ec238f518 /calendar/gui/migration.h | |
parent | c0a24a282e4d4ffcce16df74a77269c2f1754e69 (diff) | |
download | gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.tar.gz gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.tar.zst gsoc2013-evolution-e34d1462b63b2c2947a6805b2b2dbaaa954b62ba.zip |
include e-source* from e-d-s
2003-11-14 JP Rosevear <jpr@ximian.com>
* gui/*.[hc]: include e-source* from e-d-s
svn path=/trunk/; revision=23364
Diffstat (limited to 'calendar/gui/migration.h')
-rw-r--r-- | calendar/gui/migration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/migration.h b/calendar/gui/migration.h index 3d0f9a04b1..b217ae97c8 100644 --- a/calendar/gui/migration.h +++ b/calendar/gui/migration.h @@ -23,7 +23,7 @@ #ifndef MIGRATION_H #define MIGRATION_H -#include <e-util/e-source-group.h> +#include <libedataserver/e-source-group.h> gboolean migrate_old_calendars (ESourceGroup *source_group); gboolean migrate_old_tasks (ESourceGroup *source_group); |