evolution-exchange r1632 - in trunk: . addressbook storage



Author: psankar
Date: Mon May  5 09:32:44 2008
New Revision: 1632
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1632&view=rev

Log:
2008-05-05  Johan Euphrosine  <proppy aminche com>

	* addressbook/e-book-backend-gal.c: Fix include path for e-db3-utils.h, now in libebackend.
	* storage/main.c: Fix include path for e-data-server-module.h, now in libebackend.




Modified:
   trunk/ChangeLog
   trunk/addressbook/e-book-backend-gal.c
   trunk/storage/main.c

Modified: trunk/addressbook/e-book-backend-gal.c
==============================================================================
--- trunk/addressbook/e-book-backend-gal.c	(original)
+++ trunk/addressbook/e-book-backend-gal.c	Mon May  5 09:32:44 2008
@@ -51,7 +51,7 @@
 #include <sys/time.h>
 
 #include <libedataserver/e-sexp.h>
-#include <libedataserver/e-db3-utils.h>
+#include <libebackend/e-db3-utils.h>
 #include <libedataserver/e-data-server-util.h>
 #include <libebook/e-contact.h>
 

Modified: trunk/storage/main.c
==============================================================================
--- trunk/storage/main.c	(original)
+++ trunk/storage/main.c	Mon May  5 09:32:44 2008
@@ -40,7 +40,7 @@
 #include <libedataserverui/e-passwords.h>
 #include <libedata-book/e-data-book-factory.h>
 #include <libedata-cal/e-data-cal-factory.h>
-#include <libedataserver/e-data-server-module.h>
+#include <libebackend/e-data-server-module.h>
 
 #include <e2k-utils.h>
 #include <exchange-constants.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]