summaryrefslogblamecommitdiffstats
path: root/textproc/gxmlviewer/files/patch-xmlparser.c
blob: 8871d5385d235ecd7b6d9adf9be0feebe3ee0c41 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                        
--- src/xmlparser.c.orig        Thu Apr  4 17:05:35 2002
+++ src/xmlparser.c     Thu Apr  4 17:08:09 2002
@@ -8,15 +8,9 @@

 #include <string.h>
 #include <gtk/gtk.h>
-#ifndef WIN32
-#include <SAX.h>
-#include <parser.h>
-#include <parserInternals.h>
-#else
 #include <libxml/SAX.h>
 #include <libxml/parser.h>
 #include <libxml/parserInternals.h>
-#endif
 #include "xmlparser.h"
 #include "support.h"