diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-11-11 23:45:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-11-12 01:07:43 +0800 |
commit | 3c30fb17476059e2a30df110bf9842b2fecee634 (patch) | |
tree | fe01ff5387d8db6d64b6f70f71353cceb1cfddc6 /plugins/pst-import | |
parent | 4ea43b34a81b03f9f98fffe3bd63c14185055d7d (diff) | |
download | gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.gz gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.bz2 gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.lz gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.xz gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.tar.zst gsoc2013-evolution-3c30fb17476059e2a30df110bf9842b2fecee634.zip |
Convert libemail-engine to a single-include model.
Use: #include <libemail-engine/libemail-engine.h>
Diffstat (limited to 'plugins/pst-import')
-rw-r--r-- | plugins/pst-import/pst-importer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index 914ceb7631..853a16cbd8 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -42,9 +42,6 @@ #include <libecal/libecal.h> #include <libebook/libebook.h> -#include <libemail-engine/mail-mt.h> -#include <libemail-engine/mail-tools.h> - #include <shell/e-shell.h> #include <shell/e-shell-window.h> #include <shell/e-shell-view.h> |