summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-09-20 18:33:21 +0000
committerDarin Adler <darin@src.gnome.org>2001-09-20 18:33:21 +0000
commit1ab43c8683ee86e74a2d91e6d1475fe4c3ea4206 (patch)
tree0dd147624a0bad0a536ca0a0c0e1e6bd048642d8
parent93d044eeb6650c1222dbe92e5ec3e29c65dafea9 (diff)
downloadnautilus-1ab43c8683ee86e74a2d91e6d1475fe4c3ea4206.tar.gz
Change libxml includes to use #include <libxml/*> instead of #include
* gnome-db2html2/gdb3html.h: Change libxml includes to use #include <libxml/*> instead of #include <gnome-xml/*>.
-rw-r--r--components/help/converters/ChangeLog5
-rw-r--r--components/help/converters/gnome-db2html2/gdb3html.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/components/help/converters/ChangeLog b/components/help/converters/ChangeLog
index 3422ace6b..db070f280 100644
--- a/components/help/converters/ChangeLog
+++ b/components/help/converters/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-20 Darin Adler <darin@bentspoon.com>
+
+ * gnome-db2html2/gdb3html.h: Change libxml includes to use
+ #include <libxml/*> instead of #include <gnome-xml/*>.
+
2001-09-15 Darin Adler <darin@bentspoon.com>
* gnome-db2html2/sect-elements.c:
diff --git a/components/help/converters/gnome-db2html2/gdb3html.h b/components/help/converters/gnome-db2html2/gdb3html.h
index 0372f34ac..e3e24c748 100644
--- a/components/help/converters/gnome-db2html2/gdb3html.h
+++ b/components/help/converters/gnome-db2html2/gdb3html.h
@@ -1,10 +1,10 @@
#ifndef __GDB3HTML_H__
#define __GDB3HTML_H__
-#include <gnome-xml/parser.h>
-#include <gnome-xml/parserInternals.h>
-#include <gnome-xml/SAX.h>
-#include <gnome-xml/xmlmemory.h>
+#include <libxml/parser.h>
+#include <libxml/parserInternals.h>
+#include <libxml/SAX.h>
+#include <libxml/xmlmemory.h>
#include <glib.h>
#include <string.h>