From e899a75fc6dd600ea9992c851a42734b334122b6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Jun 2023 13:41:51 +0200 Subject: Revert "Convert XFastParser into a normal C++ interface" This reverts commit 5e68d6cfade45f40b1ad46025a81afe4cb8dd337. Reason for revert: Seems like outside users have been using this API Change-Id: I8814cf1eb4f000eeb4cbbb5db9c282d001465993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152441 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sax/qa/cppunit/parser.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sax/qa') diff --git a/sax/qa/cppunit/parser.cxx b/sax/qa/cppunit/parser.cxx index 88e0ebd90cf9..261091fe8769 100644 --- a/sax/qa/cppunit/parser.cxx +++ b/sax/qa/cppunit/parser.cxx @@ -12,7 +12,6 @@ #include #include #include -#include #include #include -- cgit