diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 09:30:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-05 09:30:10 +0800 |
commit | 825f74be1cb9b20b6a67f1b32ca241ef54ee6df3 (patch) | |
tree | 105760a7d61d9b6c59e107dabc6db79b828436d8 /widgets/misc/e-attachment-view.h | |
parent | 6cc1e874e815fa1bbae6e05b0a6897ed900ed89c (diff) | |
download | gsoc2013-evolution-825f74be1cb9b20b6a67f1b32ca241ef54ee6df3.tar.gz gsoc2013-evolution-825f74be1cb9b20b6a67f1b32ca241ef54ee6df3.tar.zst gsoc2013-evolution-825f74be1cb9b20b6a67f1b32ca241ef54ee6df3.zip |
Another #include path fix.
Diffstat (limited to 'widgets/misc/e-attachment-view.h')
-rw-r--r-- | widgets/misc/e-attachment-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment-view.h b/widgets/misc/e-attachment-view.h index 0fc5118669..38480c30c4 100644 --- a/widgets/misc/e-attachment-view.h +++ b/widgets/misc/e-attachment-view.h @@ -23,7 +23,7 @@ #define E_ATTACHMENT_VIEW_H #include <gtk/gtk.h> -#include <widgets/misc/e-attachment-store.h> +#include <misc/e-attachment-store.h> /* Standard GObject macros */ #define E_TYPE_ATTACHMENT_VIEW \ |