From 53bc6ffc531d7a7188e15be245a31f301090ee15 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 10 Sep 2011 11:47:15 -0400 Subject: The EExtension framework is now in libebackend. The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. --- modules/connman/evolution-connman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/connman') diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c index f6225df46c..2c35c2412e 100644 --- a/modules/connman/evolution-connman.c +++ b/modules/connman/evolution-connman.c @@ -21,9 +21,9 @@ #endif #include +#include #include -#include #define CM_DBUS_SERVICE "net.connman" #define CM_DBUS_INTERFACE "net.connman.Manager" -- cgit v1.2.3