aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-04-05 04:48:04 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-04-05 04:48:04 +0800
commit8fe47459cf3b1a4447ba022b3799b427b902bdb7 (patch)
tree8c0ce2679bbf11558cfefdbdf2ca4adaeac0e4da /shell/e-shortcuts-view.c
parentacde780b642b436f4b57b7d65e0a32cb91b562ba (diff)
downloadgsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar
gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar.gz
gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar.bz2
gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar.lz
gsoc2013-evolution-8fe47459cf3b1a4447ba022b3799b427b902bdb7.tar.xz
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-shortcuts-view.c')
-rw-r--r--shell/e-shortcuts-view.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c
index 1abe608f84..3db7115ecb 100644
--- a/shell/e-shortcuts-view.c
+++ b/shell/e-shortcuts-view.c
@@ -25,6 +25,19 @@
#include <config.h>
#endif
+#include <glib.h>
+#include <gtk/gtkcheckmenuitem.h>
+#include <gtk/gtkentry.h>
+#include <gtk/gtklabel.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnome/gnome-i18n.h>
+#include <libgnomeui/gnome-app.h>
+#include <libgnomeui/gnome-app-helper.h>
+#include <libgnomeui/gnome-dialog.h>
+#include <libgnomeui/gnome-messagebox.h>
+#include <libgnomeui/gnome-popup-menu.h>
+#include <libgnomeui/gnome-stock.h>
+#include <libgnomeui/gnome-uidefs.h>
#include <gal/util/e-util.h>
#include "e-shortcuts-view-model.h"