diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-25 06:53:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-25 06:53:30 +0800 |
commit | 9515b98403f2f7ef77dc6c51f82505fccef08c2b (patch) | |
tree | 2557338a0ad82878b8b2d84ecc9df7e169d75bc8 /shell/e-shell.h | |
parent | 73c370019c4de89d4c901ee8c25cc0cbb55992fb (diff) | |
download | gsoc2013-evolution-9515b98403f2f7ef77dc6c51f82505fccef08c2b.tar.gz gsoc2013-evolution-9515b98403f2f7ef77dc6c51f82505fccef08c2b.tar.zst gsoc2013-evolution-9515b98403f2f7ef77dc6c51f82505fccef08c2b.zip |
Saving progress. Experimenting with directory layout.
Saving progress.
Experimenting with directory layout.
svn path=/branches/kill-bonobo/; revision=36446
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 1500c2bcb4..5b804b3f4a 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -23,8 +23,8 @@ #ifndef E_SHELL_H #define E_SHELL_H -#include <e-shell-common.h> -#include <e-shell-module.h> +#include <shell/e-shell-common.h> +#include <shell/e-shell-module.h> /* Standard GObject macros */ #define E_TYPE_SHELL \ |