aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view.h
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2001-01-28 02:23:06 +0800
committerJacob Leach <jleach@src.gnome.org>2001-01-28 02:23:06 +0800
commit92f7098e3ea093c9badd3347234ef8f4d93c7db1 (patch)
tree45cb5f1af0cfcb4fb763272f67f7cd2b2bc86372 /shell/e-shortcuts-view.h
parent0fda3e923ec78c749b3542bec0509844af9f0056 (diff)
downloadgsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar
gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.gz
gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.bz2
gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.lz
gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.xz
gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.tar.zst
gsoc2013-evolution-92f7098e3ea093c9badd3347234ef8f4d93c7db1.zip
shell compile fixes (some #includes pointing to old headers) to go
with removing widgets/shortcut-bar because it's in gal. svn path=/trunk/; revision=7861
Diffstat (limited to 'shell/e-shortcuts-view.h')
-rw-r--r--shell/e-shortcuts-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shortcuts-view.h b/shell/e-shortcuts-view.h
index 0acb7efdce..8c7763ec75 100644
--- a/shell/e-shortcuts-view.h
+++ b/shell/e-shortcuts-view.h
@@ -28,9 +28,9 @@
#include <config.h>
#endif
-#include <gnome.h>
+#include <gtk/gtkwidget.h>
-#include "shortcut-bar/e-shortcut-bar.h"
+#include <gal/shortcut-bar/e-shortcut-bar.h>
#include "e-shortcuts.h"
#ifdef __cplusplus