summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-20 12:00:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-26 15:08:18 +0200
commit33623f3117d88683fbc9e66792e5030c0322946e (patch)
treeb817ac4b192e355de61ebff3e22187ca414cf8f2 /basic
parent31a8d9c711dfdbdb4b11067125d763b1d570033b (diff)
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 <vmiklos@collabora.co.uk>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/basiccharclass.cxx1
-rw-r--r--basic/source/comp/scanner.cxx1
-rw-r--r--basic/source/runtime/runtime.cxx1
-rw-r--r--basic/source/sbx/sbxscan.cxx1
4 files changed, 4 insertions, 0 deletions
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 <basiccharclass.hxx>
#include <unotools/charclass.hxx>
+#include <rtl/character.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
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 <i18nlangtag/lang.h>
#include <svl/zforlist.hxx>
#include <vcl/svapp.hxx>
+#include <rtl/character.hxx>
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 <rtl/instance.hxx>
#include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx>
+#include <rtl/character.hxx>
#include <svl/zforlist.hxx>
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 <unotools/syslocale.hxx>
+#include <unotools/charclass.hxx>
#include <stdlib.h>