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/quartz/ctfonts.cxx | 1 + vcl/quartz/salbmp.cxx | 1 + vcl/quartz/salgdi.cxx | 1 + vcl/quartz/salgdicommon.cxx | 1 + vcl/quartz/salgdiutils.cxx | 1 + vcl/quartz/salvd.cxx | 1 + 6 files changed, 6 insertions(+) (limited to 'vcl/quartz') diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx index 6e029da574bc..af7cb12970d8 100644 --- a/vcl/quartz/ctfonts.cxx +++ b/vcl/quartz/ctfonts.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx index d7de93591f8a..d586a120726a 100644 --- a/vcl/quartz/salbmp.cxx +++ b/vcl/quartz/salbmp.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx index 025e273ef272..428b5c5daf10 100644 --- a/vcl/quartz/salgdi.cxx +++ b/vcl/quartz/salgdi.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx index 82dfe8932224..77241c282ea4 100644 --- a/vcl/quartz/salgdicommon.cxx +++ b/vcl/quartz/salgdicommon.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/quartz/salgdiutils.cxx b/vcl/quartz/salgdiutils.cxx index acda751afb67..7e0562b0fed2 100644 --- a/vcl/quartz/salgdiutils.cxx +++ b/vcl/quartz/salgdiutils.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx index 03f37fe67366..79d5725627a8 100644 --- a/vcl/quartz/salvd.cxx +++ b/vcl/quartz/salvd.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include -- cgit