aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-03 11:38:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-03 11:38:03 +0800
commit8652353f286c3cacb888573b3fe1e7263b41a92c (patch)
tree6f02b6262fcd919865c9ba51881a12fe29021762 /mail/em-format-html.c
parentc83477345fa5dceb62b85efd0a76a54f94a78858 (diff)
downloadgsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.gz
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.bz2
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.lz
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.xz
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.tar.zst
gsoc2013-evolution-8652353f286c3cacb888573b3fe1e7263b41a92c.zip
Moved various things from e-util to libedataserver.
2004-11-15 Not Zed <NotZed@Ximian.com> * *.c: Moved various things from e-util to libedataserver. * GNOME_Evolution_Mail.server.in.in: remove the startup wizard stuff. * mail-config-druid.[ch]: * mail-account-editor.[ch]: * mail-account-gui.[ch]: removed & deleted. * mail-session.c (mail_session_init): and here too. * em-migrate.c (em_migrate_1_4): init camel-provider library too. (e_path_to_physical): copy from e-util/e-path.c. * Makefile.am (libevolution_mail_la_LIBADD): link to new libcamel provider too. svn path=/trunk/; revision=28047
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 1ede7873b7..35c98414c8 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -31,9 +31,9 @@
#include <fcntl.h>
#include <ctype.h>
-#include <gal/util/e-iconv.h>
-#include <gal/util/e-util.h> /* for e_utf8_strftime, what about e_time_format_time? */
-#include "e-util/e-time-utils.h"
+#include <libedataserver/e-iconv.h>
+#include <libedataserver/e-util.h> /* for e_utf8_strftime, what about e_time_format_time? */
+#include <libedataserver/e-time-utils.h>
#include "e-util/e-icon-factory.h"
#include <gtkhtml/gtkhtml.h>
@@ -59,7 +59,7 @@
#include <camel/camel-data-cache.h>
#include <camel/camel-file-utils.h>
-#include <e-util/e-msgport.h>
+#include <libedataserver/e-msgport.h>
#include "mail-component.h"
#include "mail-config.h"