aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2001-04-05 08:39:19 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-04-05 08:39:19 +0800
commitf66390af642e3a02bbfb2974955eeae14770e406 (patch)
tree4e55b62b2139082f168ed1069f82a93773bb63e4 /shell
parentc77e63e2cc9d19f865589da454e8810f8804aedf (diff)
downloadgsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar
gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.gz
gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.bz2
gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.lz
gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.xz
gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.zst
gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.zip
Here goes my additional simple include fixes.
svn path=/trunk/; revision=9191
Diffstat (limited to 'shell')
-rw-r--r--shell/e-local-folder.c2
-rw-r--r--shell/e-shell-utils.h2
-rw-r--r--shell/e-storage-set-view.c3
3 files changed, 6 insertions, 1 deletions
diff --git a/shell/e-local-folder.c b/shell/e-local-folder.c
index dae8db5c7e..13465f0166 100644
--- a/shell/e-local-folder.c
+++ b/shell/e-local-folder.c
@@ -46,6 +46,8 @@
#include <gal/util/e-util.h>
#include <gal/util/e-xml-utils.h>
+#include <libgnome/gnome-util.h>
+
#include "e-local-folder.h"
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h
index a701dd38eb..732931535e 100644
--- a/shell/e-shell-utils.h
+++ b/shell/e-shell-utils.h
@@ -24,6 +24,8 @@
#ifndef E_SHELL_UTILS_H
#define E_SHELL_UTILS_H
+#include <glib.h>
+
char *e_shell_get_icon_path (const char *icon_name,
gboolean try_mini);
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c
index e432a62a55..705b668cbc 100644
--- a/shell/e-storage-set-view.c
+++ b/shell/e-storage-set-view.c
@@ -33,10 +33,11 @@
#include <gal/e-table/e-cell-tree.h>
#include <gal/e-table/e-cell-text.h>
+#include <libgnome/gnome-util.h>
+
#include "e-util/e-gtk-utils.h"
#include "e-shell-constants.h"
-
#include "e-local-storage.h"
#include "e-storage-set-view.h"