[evolution] Another #include path fix.



commit 825f74be1cb9b20b6a67f1b32ca241ef54ee6df3
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon May 4 21:30:10 2009 -0400

    Another #include path fix.
---
 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 0fc5118..38480c3 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]