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 /e-util/e-xml-utils.c | |
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 'e-util/e-xml-utils.c')
-rw-r--r-- | e-util/e-xml-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c index 7eb0af9e25..c3f9a03ce8 100644 --- a/e-util/e-xml-utils.c +++ b/e-util/e-xml-utils.c @@ -35,7 +35,6 @@ #include <fcntl.h> #include <errno.h> #include <math.h> -#include <string.h> #include <glib/gi18n.h> #include <glib/gstdio.h> |