[libgdata/gxml] * include gxml instead of libxml2
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/gxml] * include gxml instead of libxml2
- Date: Sat, 24 Sep 2011 06:20:54 +0000 (UTC)
commit dcdd3d0c4b7b4b828c9f5110f9efbe5feec31497
Author: Richard Schwarting <aquarichy gmail com>
Date: Thu Jul 21 21:54:15 2011 -0400
* include gxml instead of libxml2
gdata/gdata-parser.c | 2 +-
gdata/gdata-private.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/gdata-parser.c b/gdata/gdata-parser.c
index 4f8eb48..987477c 100644
--- a/gdata/gdata-parser.c
+++ b/gdata/gdata-parser.c
@@ -22,7 +22,7 @@
#include <glib/gi18n-lib.h>
#include <sys/time.h>
#include <time.h>
-#include <libxml/parser.h>
+#include <gxml.h>
#include "gdata-parser.h"
#include "gdata-service.h"
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index 6e55451..87d7c75 100644
--- a/gdata/gdata-private.h
+++ b/gdata/gdata-private.h
@@ -18,7 +18,7 @@
*/
#include <glib.h>
-#include <libxml/parser.h>
+#include <gxml.h>
#include <libsoup/soup.h>
#include <gdata/gdata-service.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]