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 /addressbook/gui/widgets/eab-gui-util.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 'addressbook/gui/widgets/eab-gui-util.c')
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index f3a2c954f0..ba8f5d076a 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -29,7 +29,6 @@ #include <errno.h> #include <string.h> #include <locale.h> -#include <string.h> #include <gtk/gtk.h> #include <glib/gi18n.h> |