diff options
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index 1da20879ef..280aef74a6 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -26,8 +26,6 @@ #include <gtk/gtkobject.h> -#include "e-shell.h" - #ifdef __cplusplus extern "C" { #pragma } @@ -44,6 +42,9 @@ typedef struct _EComponentRegistry EComponentRegistry; typedef struct _EComponentRegistryPrivate EComponentRegistryPrivate; typedef struct _EComponentRegistryClass EComponentRegistryClass; +#include "e-shell.h" +#include "evolution-shell-component-client.h" + struct _EComponentRegistry { GtkObject parent; |