From 33623f3117d88683fbc9e66792e5030c0322946e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 20 Oct 2018 12:00:50 +0200 Subject: tdf#42949 Fix IWYU warnings in include/unotools/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- basic/source/comp/basiccharclass.cxx | 1 + basic/source/comp/scanner.cxx | 1 + basic/source/runtime/runtime.cxx | 1 + basic/source/sbx/sbxscan.cxx | 1 + 4 files changed, 4 insertions(+) (limited to 'basic') diff --git a/basic/source/comp/basiccharclass.cxx b/basic/source/comp/basiccharclass.cxx index e71d8ab827aa..818190b9fd72 100644 --- a/basic/source/comp/basiccharclass.cxx +++ b/basic/source/comp/basiccharclass.cxx @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx index 821f231aea20..02ca0f3428aa 100644 --- a/basic/source/comp/scanner.cxx +++ b/basic/source/comp/scanner.cxx @@ -25,6 +25,7 @@ #include #include #include +#include SbiScanner::SbiScanner( const OUString& rBuf, StarBASIC* p ) : aBuf( rBuf ) { diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 7d881967c6df..be501d946071 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -43,6 +43,7 @@ #include #include #include +#include #include diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 97c52b174ed0..9b1e47827b03 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -25,6 +25,7 @@ #include "sbxconv.hxx" #include +#include #include -- cgit