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 /mail | |
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 'mail')
-rw-r--r-- | mail/importers/mail-importer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/importers/mail-importer.c b/mail/importers/mail-importer.c index 04781db807..aad275483f 100644 --- a/mail/importers/mail-importer.c +++ b/mail/importers/mail-importer.c @@ -26,7 +26,6 @@ #include <errno.h> #include <string.h> #include <sys/types.h> -#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> |