fix some header paths as pointed by Steve Ball Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 25 Sep 2003 09:48:14 +0000 (09:48 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 25 Sep 2003 09:48:14 +0000 (09:48 +0000)
* libxslt/extensions.h libxslt/extra.h: fix some header paths
  as pointed by Steve Ball
Daniel

ChangeLog
libxslt/extensions.h
libxslt/extra.h

index 3f0a155..391fbe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 25 11:46:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/extensions.h libxslt/extra.h: fix some header paths
+         as pointed by Steve Ball
+
 Wed Sep 24 23:31:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
        * libxslt/extensions.c: applied patch from Karl Eichwalder
index e118a6f..563676f 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __XML_XSLT_EXTENSION_H__
 #define __XML_XSLT_EXTENSION_H__
 
-#include "libxml/xpath.h"
+#include <libxml/xpath.h>
 #include "xsltexports.h"
 #include "xsltInternals.h"
 
index ec527e0..94f7b2d 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __XML_XSLT_EXTRA_H__
 #define __XML_XSLT_EXTRA_H__
 
-#include "libxml/xpath.h"
+#include <libxml/xpath.h>
 #include "xsltexports.h"
 #include "xsltInternals.h"