diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2013-10-01 00:05:39 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@gnome.org> | 2014-01-22 03:10:47 +0800 |
commit | 93e98a60f6e7490739ad45d65169efcf626328c1 (patch) | |
tree | bed9165fa862af68e414fb36273901b7b2c8cf8f /em-format | |
parent | bc084f0bff62254acb5f06cbbacb87ba01795552 (diff) | |
download | gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.tar gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.tar.gz gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.tar.bz2 gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.tar.lz gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.tar.xz gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.tar.zst gsoc2013-evolution-93e98a60f6e7490739ad45d65169efcf626328c1.zip |
Fix duplicate #includes
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/e-mail-formatter-quote.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-quote.c b/em-format/e-mail-formatter-quote.c index 825f54eee7..cbfc26cdab 100644 --- a/em-format/e-mail-formatter-quote.c +++ b/em-format/e-mail-formatter-quote.c @@ -19,7 +19,6 @@ #include <camel/camel.h> -#include "e-mail-formatter-quote.h" #include "e-mail-formatter-utils.h" #include "e-mail-part.h" #include "e-mail-part-attachment.h" |