summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2021-04-01 09:40:51 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-09 11:56:36 +0200
commit2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb (patch)
tree248eafb1e97bf19315d698d1243c7f74dad40a09 /include/tools
parent28a9a92105f3155d82fd9e31095efabd3ec706ea (diff)
Recheck include/ with IWYU
See tdf#42949 for motivation Change-Id: Ifc253bf800bb1468b5774663a93f4fb30bec81d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113657 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/XmlWriter.hxx2
-rw-r--r--include/tools/helpers.hxx1
-rw-r--r--include/tools/multisel.hxx1
3 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/XmlWriter.hxx b/include/tools/XmlWriter.hxx
index a541f21f4e11..e8f6579b0e95 100644
--- a/include/tools/XmlWriter.hxx
+++ b/include/tools/XmlWriter.hxx
@@ -11,7 +11,7 @@
#define INCLUDED_TOOLS_XMLWRITER_HXX
#include <tools/toolsdllapi.h>
-#include <rtl/ustring.hxx>
+#include <rtl/string.hxx>
#include <memory>
#include <string_view>
#include <vector>
diff --git a/include/tools/helpers.hxx b/include/tools/helpers.hxx
index abce49b3d469..9340bf9f7294 100644
--- a/include/tools/helpers.hxx
+++ b/include/tools/helpers.hxx
@@ -11,7 +11,6 @@
#include <sal/config.h>
#include <sal/types.h>
#include <tools/long.hxx>
-#include <o3tl/safeint.hxx>
#include <cassert>
#include <type_traits>
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx
index 176bd9984b53..878080fa5c45 100644
--- a/include/tools/multisel.hxx
+++ b/include/tools/multisel.hxx
@@ -24,7 +24,6 @@
#include <rtl/ustring.hxx>
#include <vector>
-#include <set>
#include <o3tl/sorted_vector.hxx>
#define SFX_ENDOFSELECTION (-1)