From 3ba947226cde3027e5a6aa03611228203ad85140 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 7 Dec 2016 20:51:02 +0100 Subject: Revert 8a92e11fe808e92fc923f5334aff1639f77aa6f8 'Add support for eXpat alternative; bsdxml.' - According to the docs it is supposed to work with regular eXpat on FreeBSD as well. --- src/saxparser.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/saxparser.h b/src/saxparser.h index 85906f9..4b1a273 100644 --- a/src/saxparser.h +++ b/src/saxparser.h @@ -26,15 +26,9 @@ */ #pragma once -#include - #include #include -#ifdef HAVE_LIBEXPAT #include -#elif HAVE_LIBBSDXML -#include -#endif #include class SAXParser -- cgit v1.2.3