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. --- shell/e-shell-backend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-backend.h') diff --git a/shell/e-shell-backend.h b/shell/e-shell-backend.h index 3364b16589..ae600bac3d 100644 --- a/shell/e-shell-backend.h +++ b/shell/e-shell-backend.h @@ -22,9 +22,10 @@ #ifndef E_SHELL_BACKEND_H #define E_SHELL_BACKEND_H +#include + #include #include -#include /* Standard GObject macros */ #define E_TYPE_SHELL_BACKEND \ -- cgit