diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-13 00:24:21 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-13 00:24:21 +0800 |
commit | 7360a3396cb67d9c9a09e31126ee2ea0133a7007 (patch) | |
tree | d15b0cf2a8574cbba1824f97816c256639a29f45 /widgets/misc/e-unicode.c | |
parent | f1c58c9a993e1556505c6d09e8412d63936af05a (diff) | |
download | gsoc2013-evolution-7360a3396cb67d9c9a09e31126ee2ea0133a7007.tar.gz gsoc2013-evolution-7360a3396cb67d9c9a09e31126ee2ea0133a7007.tar.zst gsoc2013-evolution-7360a3396cb67d9c9a09e31126ee2ea0133a7007.zip |
Patch from Irene Huang <Irene.Huang@sun.com>.
* Remove files that have an identical counterpart in
libedataserver.
* Replace the use of such files with appropriate counterpart path.
svn path=/trunk/; revision=30758
Diffstat (limited to 'widgets/misc/e-unicode.c')
-rw-r--r-- | widgets/misc/e-unicode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c index 510f2c9849..65383cb496 100644 --- a/widgets/misc/e-unicode.c +++ b/widgets/misc/e-unicode.c @@ -40,9 +40,9 @@ #include <gtk/gtk.h> #include <libxml/xmlmemory.h> -#include "e-util/e-i18n.h" -#include "e-util/e-iconv.h" +#include <libedataserver/e-iconv.h> +#include "e-util/e-i18n.h" #include "e-unicode.h" #define d(x) x |