summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-12-07 20:51:02 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-12-07 20:51:02 +0100
commit3ba947226cde3027e5a6aa03611228203ad85140 (patch)
tree33e3d698b17ad16bf9460d5f315ef2e97b194b4c /src
parentae96a85ea4c302eae9cbea9ce7154039507ab030 (diff)
Revert 8a92e11fe808e92fc923f5334aff1639f77aa6f8 'Add support for eXpat alternative; bsdxml.' - According to the docs it is supposed to work with regular eXpat on FreeBSD as well.
Diffstat (limited to 'src')
-rw-r--r--src/saxparser.h6
1 files changed, 0 insertions, 6 deletions
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 <config.h>
-
#include <string>
#include <unordered_map>
-#ifdef HAVE_LIBEXPAT
#include <expat.h>
-#elif HAVE_LIBBSDXML
-#include <bsdxml.h>
-#endif
#include <fstream>
class SAXParser