diff options
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r-- | shell/evolution-shell-component.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index c29b3b00b7..3e13a80ea2 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -25,8 +25,11 @@ #include <config.h> #endif +#include "evolution-shell-component.h" + #include <fcntl.h> +#include <glib.h> #include <gtk/gtksignal.h> #include <bonobo/bonobo-object.h> @@ -34,8 +37,6 @@ #include "Evolution.h" -#include "evolution-shell-component.h" - #define PARENT_TYPE BONOBO_X_OBJECT_TYPE |