diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-04-05 04:48:04 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-04-05 04:48:04 +0800 |
commit | 8fe47459cf3b1a4447ba022b3799b427b902bdb7 (patch) | |
tree | 8c0ce2679bbf11558cfefdbdf2ca4adaeac0e4da /shell/e-shell-view.c | |
parent | acde780b642b436f4b57b7d65e0a32cb91b562ba (diff) | |
download | gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar.gz gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar.zst gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.zip |
Fix headers. Same here. Same here. Same here. Same here.
2001-04-04 Kjartan Maraas <kmaraas@gnome.org>
* e-local-folder.c: Fix headers.
* e-shell-view.c: Same here.
* e-shortcuts-view.c: Same here.
* e-shortcuts.c: Same here.
* e-storage-set-view.c: Same here.
svn path=/trunk/; revision=9184
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 07703f315a..eda896aa18 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -28,7 +28,10 @@ #include <config.h> #endif +#include <glib.h> #include <libgnome/gnome-defs.h> +#include <libgnome/gnome-config.h> +#include <libgnome/gnome-i18n.h> #include <libgnomeui/gnome-window.h> #include <libgnomeui/gnome-window-icon.h> #include <bonobo/bonobo-socket.h> |