summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-02-03 23:17:49 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-02-14 15:25:30 +0100
commit14001bc7586b2c4ba16ff62629ab710a2b5346e2 (patch)
tree4f84c250f3b63b5a92e5a3372566440bc784cf8c /sax
parentb4c131cf4237ed7d4e4be1212318c818dc943fce (diff)
Recheck modules s[a-c]* with IWYU
See tdf#42949 for motivation Change-Id: I867e1f7a2c44210de3281b36e22708a5d32ddb7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129476 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sax')
-rw-r--r--sax/source/fastparser/fastparser.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index e4f0915421af..9effb82c348c 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -49,7 +49,6 @@
#include <cassert>
#include <cstring>
#include <libxml/parser.h>
-#include <cstdint>
// Inverse of libxml's BAD_CAST.
#define XML_CAST( str ) reinterpret_cast< const char* >( str )