diff options
Diffstat (limited to 'shell/e-shortcuts.c')
-rw-r--r-- | shell/e-shortcuts.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index 0a7b8e83b9..5fae9cfb9d 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -43,8 +43,11 @@ #include <config.h> #endif +#include "e-shortcuts.h" + #include <string.h> +#include <glib.h> #include <gtk/gtkmain.h> #include <gtk/gtkobject.h> #include <gtk/gtksignal.h> @@ -61,7 +64,6 @@ #include "e-shortcuts-view.h" -#include "e-shortcuts.h" #include "e-shell-constants.h" |