diff options
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r-- | shell/evolution-shell-component.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index c0ff34e31b..d76b28a9ae 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -25,12 +25,13 @@ #include <config.h> #endif -#include <bonobo.h> - -#include "Evolution.h" +#include <gtk/gtksignal.h> +#include <bonobo/bonobo-object.h> #include <gal/util/e-util.h> +#include "Evolution.h" + #include "evolution-shell-component.h" |