diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 04:32:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 04:34:06 +0800 |
commit | aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae (patch) | |
tree | f568443108a6853870678cc94f4fa747610b8f38 /mail | |
parent | dc3535158168a80f1593880ad1c103fa79cade98 (diff) | |
download | gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.tar.gz gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.tar.zst gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.zip |
Move EPoolv back to Evolution from libedataserver.
MessageList is the only thing still using it.
EMemPool is gone now, so it uses CamelMemPool instead (same thing).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/message-list.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index ca3830b55b..88a711085b 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -44,9 +44,8 @@ #include <camel/camel-vee-folder.h> #include <camel/camel-string-utils.h> -#include <libedataserver/e-memory.h> - #include "e-util/e-icon-factory.h" +#include "e-util/e-poolv.h" #include "e-util/e-profile-event.h" #include "e-util/e-util-private.h" #include "e-util/e-util.h" |