diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-24 22:08:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-27 21:25:01 +0800 |
commit | c58b70659747967568a536e217b9440424709f92 (patch) | |
tree | 1d730d70de24b72ca0b9d200ad25cf28da3cbd05 /mail/em-format-hook.h | |
parent | 4bc632c800acd4d8228224bb628f2de38090f550 (diff) | |
download | gsoc2013-evolution-c58b70659747967568a536e217b9440424709f92.tar.gz gsoc2013-evolution-c58b70659747967568a536e217b9440424709f92.tar.zst gsoc2013-evolution-c58b70659747967568a536e217b9440424709f92.zip |
Prefer GQueue (or GNode) over EDList.
Diffstat (limited to 'mail/em-format-hook.h')
-rw-r--r-- | mail/em-format-hook.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/em-format-hook.h b/mail/em-format-hook.h index e0560f4994..c03a826731 100644 --- a/mail/em-format-hook.h +++ b/mail/em-format-hook.h @@ -24,11 +24,8 @@ #ifndef __EM_FORMAT_HOOK_H__ #define __EM_FORMAT_HOOK_H__ -#include <glib-object.h> -#include "libedataserver/e-msgport.h" -#include "e-util/e-plugin.h" - -#include "em-format/em-format.h" +#include <e-util/e-plugin.h> +#include <em-format/em-format.h> G_BEGIN_DECLS |