mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
3a38728071
PR: 36749 Submitted by: Tilman Linneweh <tilman@arved.de>
18 lines
402 B
C
18 lines
402 B
C
--- 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"
|