diff options
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index 0dec81da89..cf1bbe5348 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -25,6 +25,7 @@ #include <config.h> #endif +#include "e-splash.h" #include <gtk/gtkframe.h> #include <gtk/gtkmain.h> #include <gtk/gtksignal.h> @@ -32,7 +33,6 @@ #include <libgnomeui/gnome-window-icon.h> #include <gal/util/e-util.h> -#include "e-splash.h" #define PARENT_TYPE gtk_window_get_type () |