diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-07 06:36:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-07 06:36:12 +0800 |
commit | 868b122c9972adeb13d87ced6a554e5505a48340 (patch) | |
tree | 34c62c4f763052719517f2a66721fbb3c5c41239 | |
parent | 45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da (diff) | |
download | gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.tar gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.tar.gz gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.tar.bz2 gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.tar.lz gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.tar.xz gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.tar.zst gsoc2013-evolution-868b122c9972adeb13d87ced6a554e5505a48340.zip |
Remove mail-local-storage.h include
* mail-summary.c: Remove mail-local-storage.h include
svn path=/trunk/; revision=6459
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/mail-summary.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9ba6aa360d..d62d50893e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -24,6 +24,8 @@ * Makefile.am (evolution_mail_SOURCES): Remove mail-local-storage.[ch] + * mail-summary.c: Remove mail-local-storage.h include + 2000-11-06 Kjartan Maraas <kmaraas@gnome.org> * mail-autofilter.c: Fix up #include <config.h> diff --git a/mail/mail-summary.c b/mail/mail-summary.c index 9fa9023022..34f9af55ab 100644 --- a/mail/mail-summary.c +++ b/mail/mail-summary.c @@ -37,8 +37,6 @@ #include "Evolution.h" #include "evolution-storage.h" -#include "mail-local-storage.h" - #include "filter/vfolder-context.h" #include <evolution-services/executive-summary-component.h> |