aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@aminche.com>2008-05-05 17:15:26 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2008-05-05 17:15:26 +0800
commitca49d5e576c58e8b7d8a73e425196cc30e3356fb (patch)
tree54ec0af928ec8c0d1725583e5870f12ab4198da5 /calendar/gui
parentcdb1c9918875119c87fa6243444b9148cffdba15 (diff)
downloadgsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar
gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.gz
gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.bz2
gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.lz
gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.xz
gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.tar.zst
gsoc2013-evolution-ca49d5e576c58e8b7d8a73e425196cc30e3356fb.zip
Fix include path for e-dbhash.h, now in libebackend.
2008-05-05 Johan Euphrosine <proppy@aminche.com> * gui/migration.c: Fix include path for e-dbhash.h, now in libebackend. svn path=/trunk/; revision=35468
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/migration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c
index cf670fefb6..3f5e029bcf 100644
--- a/calendar/gui/migration.c
+++ b/calendar/gui/migration.c
@@ -40,7 +40,7 @@
#include <gtk/gtkprogressbar.h>
#include <libecal/e-cal.h>
-#include <libedataserver/e-dbhash.h>
+#include <libebackend/e-dbhash.h>
#include <libedataserver/e-xml-hash-utils.h>
#include <libedataserver/e-xml-utils.h>
#include <libedataserver/e-account-list.h>