diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-04-25 15:55:21 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-04-25 15:55:21 +0800 |
commit | 65464a8165e62f342a8164a02024ce29f1b0bfe6 (patch) | |
tree | 15291bf88d47a2ca21ac6b256095ff4810b8b915 /shell/evolution-shell-component.c | |
parent | 1fbf5280384a3cc61b5a417079e481eaf19628f4 (diff) | |
download | gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.tar gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.tar.gz gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.tar.bz2 gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.tar.lz gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.tar.xz gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.tar.zst gsoc2013-evolution-65464a8165e62f342a8164a02024ce29f1b0bfe6.zip |
#include <glib.h> and move corresponding local includes to the top.
2001-04-25 Kjartan Maraas <kmaraas@gnome.org>
* e-component-register.c, e-corba-storage.c, e-folder-tree.c,
e-folder-tree.h, e-folder.c, e-local-folder.c, e-shell.c,
e-shortcuts-view-model.c, e-shortcuts.c, e-splash.c,
e-storage-set-view.c, e-storage-set.c, evolution-local-storage.c,
evolution-shell-component-client.c, evolution-shell-component.c,
evolution-storage.[ch], importer/evolution-importer-client.[ch],
importer/evolution-importer-listener.[ch],
importer/evolution-importer.[ch],
importer/evolution-intelligent-importer.[ch], importer/intelligent.c:
#include <glib.h> and move corresponding local includes to the top.
svn path=/trunk/; revision=9556
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 |