diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 01:09:34 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 01:09:34 +0800 |
commit | f2beba850d765568e27b358f12d942de8ef5a3ae (patch) | |
tree | 7cb44b48ef255d55a234d8e7ba56bf8bbb0c3dce /e-util/e-xml-utils.h | |
parent | f53ba44b55c774b9f620bb07bc3d0d558c84ea39 (diff) | |
download | gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.gz gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.tar.zst gsoc2013-evolution-f2beba850d765568e27b358f12d942de8ef5a3ae.zip |
Nah, don't include <libedataserver/e-xml-utils.h> here. Just edit the
users of the functions that moved there include it instead of, or in
addition to, "e-util/e-xml-utils.h".
svn path=/trunk/; revision=30829
Diffstat (limited to 'e-util/e-xml-utils.h')
-rw-r--r-- | e-util/e-xml-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-xml-utils.h b/e-util/e-xml-utils.h index 501a643fea..3a13112f53 100644 --- a/e-util/e-xml-utils.h +++ b/e-util/e-xml-utils.h @@ -28,8 +28,6 @@ #include <libxml/tree.h> -#include <libedataserver/e-xml-utils.h> - G_BEGIN_DECLS /* lang set to NULL means use the current locale. */ |