diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-03 11:41:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-03 11:41:19 +0800 |
commit | 6da20d8422204aae87e7342cf32195cd763c7beb (patch) | |
tree | 9a4f87310357de807c5c05492710855a09a07738 /e-util/e-event.h | |
parent | 2ccb7ce6ed30a563577200fb5da17fd6ea585dbd (diff) | |
download | gsoc2013-evolution-6da20d8422204aae87e7342cf32195cd763c7beb.tar.gz gsoc2013-evolution-6da20d8422204aae87e7342cf32195cd763c7beb.tar.zst gsoc2013-evolution-6da20d8422204aae87e7342cf32195cd763c7beb.zip |
removed, code moved into camel-net-utils.[ch].
2004-11-16 Not Zed <NotZed@Ximian.com>
* e-host-utils.[ch]: removed, code moved into
camel-net-utils.[ch].
2004-11-15 Not Zed <NotZed@Ximian.com>
* e-trie.[ch], e-memory.[ch], e-sexp.[ch], e-msgport.[ch]: Moved
to eds/libedataserver.
* e-path.[ch]: removed & deleted.
svn path=/trunk/; revision=28050
Diffstat (limited to 'e-util/e-event.h')
-rw-r--r-- | e-util/e-event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-event.h b/e-util/e-event.h index 0a26b66b09..f73f0444db 100644 --- a/e-util/e-event.h +++ b/e-util/e-event.h @@ -28,7 +28,7 @@ #define __E_EVENT_H__ #include <glib-object.h> -#include "e-util/e-msgport.h" +#include "libedataserver/e-msgport.h" #ifdef __cplusplus extern "C" { |