diff options
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r-- | shell/e-component-registry.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c index 9b8d997222..f316c3fbf2 100644 --- a/shell/e-component-registry.c +++ b/shell/e-component-registry.c @@ -25,13 +25,15 @@ #include <config.h> #endif +#include "e-component-registry.h" + +#include <glib.h> #include <gtk/gtktypeutils.h> #include <gal/util/e-util.h> #include "Evolution.h" -#include "e-component-registry.h" #include "e-shell-utils.h" #include "evolution-shell-component-client.h" |