From 55940a77adb50fb42920cecc29d8c28501084209 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 12 Dec 2000 23:15:16 +0000 Subject: 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 --- mail/ChangeLog | 5 +++++ mail/mail-summary.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 9740c6ad04..060ad4e0eb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-12-12 Dan Winship + + * mail-summary.h: Fix to use the right .h instead of the + deprecated one. + 2000-12-12 Jeffrey Stedfast * mail-callbacks.c (forward_message): Attach a signature when 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 +#include BonoboObject *create_summary_view (ExecutiveSummaryComponentFactory *factory, void *closure); -- cgit v1.2.3