diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 21:33:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 21:33:38 +0800 |
commit | f425fdc8e2a68fe6fece41ee0684ced30cebc1ed (patch) | |
tree | 91c5da26d2aa04b4281eec841a7b475c372527e8 /shell/e-shell-backend.h | |
parent | 0d6061a4ebf34cbe4f640e755372c38bd698ed25 (diff) | |
download | gsoc2013-evolution-f425fdc8e2a68fe6fece41ee0684ced30cebc1ed.tar.gz gsoc2013-evolution-f425fdc8e2a68fe6fece41ee0684ced30cebc1ed.tar.zst gsoc2013-evolution-f425fdc8e2a68fe6fece41ee0684ced30cebc1ed.zip |
Fix some issues when building Anjal.
Diffstat (limited to 'shell/e-shell-backend.h')
-rw-r--r-- | shell/e-shell-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-backend.h b/shell/e-shell-backend.h index 8b7e24034f..6dbbb33ea1 100644 --- a/shell/e-shell-backend.h +++ b/shell/e-shell-backend.h @@ -29,7 +29,7 @@ #define E_SHELL_BACKEND_H #include <shell/e-shell-common.h> -#include <widgets/misc/e-activity.h> +#include <misc/e-activity.h> /* Standard GObject macros */ #define E_TYPE_SHELL_BACKEND \ |