hi all,
I've removed an unused, empty xmlj header file, after removing a
left-over include for it.
cheers,
dalibor topic
2007-04-18 Dalibor Topic <[EMAIL PROTECTED]>
* native/jni/xmlj/xmlj_xpath.c: Don't include
gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h.
* include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h:
Removed empty header file.
* include/Makefile.am (XMLJ_H_FILES): Removed
gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h.
Index: include/Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/include/Makefile.am,v
retrieving revision 1.75
diff -u -r1.75 Makefile.am
--- include/Makefile.am 18 Apr 2007 10:28:47 -0000 1.75
+++ include/Makefile.am 18 Apr 2007 11:47:27 -0000
@@ -19,7 +19,6 @@
$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeXPathNodeList.h \
$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeDocumentType.h \
$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeProcessingInstruction.h \
-$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h \
$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeTypeInfo.h \
$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeNodeList.h \
$(top_srcdir)/include/gnu_xml_libxmlj_dom_GnomeNotation.h \
Index: include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h
===================================================================
RCS file: include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h
diff -N include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h
--- include/gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h 30 Apr 2006 10:37:36
-0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-
-#ifndef __gnu_xml_libxmlj_dom_GnomeXPathNSResolver__
-#define __gnu_xml_libxmlj_dom_GnomeXPathNSResolver__
-
-#include <jni.h>
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __gnu_xml_libxmlj_dom_GnomeXPathNSResolver__ */
Index: native/jni/xmlj/xmlj_xpath.c
===================================================================
RCS file: /sources/classpath/classpath/native/jni/xmlj/xmlj_xpath.c,v
retrieving revision 1.3
diff -u -r1.3 xmlj_xpath.c
--- native/jni/xmlj/xmlj_xpath.c 2 Jul 2005 20:32:55 -0000 1.3
+++ native/jni/xmlj/xmlj_xpath.c 18 Apr 2007 11:47:28 -0000
@@ -39,7 +39,6 @@
#include "gnu_xml_libxmlj_dom_GnomeElement.h"
#include "gnu_xml_libxmlj_dom_GnomeXPathExpression.h"
#include "gnu_xml_libxmlj_dom_GnomeXPathNodeList.h"
-#include "gnu_xml_libxmlj_dom_GnomeXPathNSResolver.h"
#include "gnu_xml_libxmlj_dom_GnomeXPathResult.h"
#include "xmlj_node.h"
#include "xmlj_util.h"