From a43b79f6f9d16d52cdd30b990169160573e5de17 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 28 Jul 2018 15:57:23 +0200 Subject: Add missing sal/log.hxx headers rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include (and don't make use of it themselves), but many other files happen to depend on it. This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes. This commit adds missing headers to every file found by: grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG') to directory vcl Change-Id: I205fe0f4e80a66cd9c3b19f7e9716411da1d1cf5 Reviewed-on: https://gerrit.libreoffice.org/58221 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vcl/workben/icontest.cxx | 1 + vcl/workben/mtfdemo.cxx | 1 + vcl/workben/outdevgrind.cxx | 1 + vcl/workben/svdem.cxx | 1 + vcl/workben/svpclient.cxx | 1 + vcl/workben/svptest.cxx | 1 + vcl/workben/vcldemo.cxx | 1 + 7 files changed, 7 insertions(+) (limited to 'vcl/workben') diff --git a/vcl/workben/icontest.cxx b/vcl/workben/icontest.cxx index 9280ddeb9259..5f6743a52966 100644 --- a/vcl/workben/icontest.cxx +++ b/vcl/workben/icontest.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/vcl/workben/mtfdemo.cxx b/vcl/workben/mtfdemo.cxx index d70be0f230e1..7addd2bc54a3 100644 --- a/vcl/workben/mtfdemo.cxx +++ b/vcl/workben/mtfdemo.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index 04889307c8ce..317762eaa861 100644 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx index c406fba46c57..a2750f532e9e 100644 --- a/vcl/workben/svdem.cxx +++ b/vcl/workben/svdem.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx index c84919cb59aa..b096a205572d 100644 --- a/vcl/workben/svpclient.cxx +++ b/vcl/workben/svpclient.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/workben/svptest.cxx b/vcl/workben/svptest.cxx index 190af5689bf3..00f99091e92d 100644 --- a/vcl/workben/svptest.cxx +++ b/vcl/workben/svptest.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 4cac3e072ab7..ba27b77bdaab 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -11,6 +11,7 @@ #include #include +#include #include #include -- cgit