aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-13 07:15:16 +0800
committerDan Winship <danw@src.gnome.org>2000-12-13 07:15:16 +0800
commit55940a77adb50fb42920cecc29d8c28501084209 (patch)
tree5c8cfb9240144b4213e1eaef25a4870a9cf5ca73 /mail/mail-summary.h
parent662153615033fdb7f7db16c4b2b961481b7fbfaa (diff)
downloadgsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.gz
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.bz2
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.lz
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.xz
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.tar.zst
gsoc2013-evolution-55940a77adb50fb42920cecc29d8c28501084209.zip
Fix to use the right .h instead of the deprecated one.
* mail-summary.h: Fix to use the right .h instead of the deprecated one. svn path=/trunk/; revision=6952
Diffstat (limited to 'mail/mail-summary.h')
-rw-r--r--mail/mail-summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-summary.h b/mail/mail-summary.h
index 19a76fb8d2..8c706a1787 100644
--- a/mail/mail-summary.h
+++ b/mail/mail-summary.h
@@ -24,7 +24,7 @@
#ifndef __MAIL_SUMMARY_H__
#define __MAIL_SUMMARY_H__
-#include <evolution-services/executive-summary-component-view.h>
+#include <evolution-services/executive-summary-component.h>
BonoboObject *create_summary_view (ExecutiveSummaryComponentFactory *factory,
void *closure);