diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-10 00:32:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-01-14 12:32:21 +0100 |
commit | bc3a0205e2100b845b504b63e591b7400833d632 (patch) | |
tree | 4b21ac34c33bcda26929678a89f013d69facd0cb /desktop/inc | |
parent | ad27c35a11bd9a78f30bbe4da76cdde223cf8624 (diff) |
Recheck modules d* with IWYU
See tdf#42949 for motivation
Change-Id: I916f42c46efa1b6cfd7744a189b79659b2867431
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128196
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/dp_misc.h | 1 | ||||
-rw-r--r-- | desktop/inc/strings.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/desktop/inc/dp_misc.h b/desktop/inc/dp_misc.h index 4a5c27933b7c..f4c222a943a7 100644 --- a/desktop/inc/dp_misc.h +++ b/desktop/inc/dp_misc.h @@ -23,7 +23,6 @@ #include <string_view> -#include <osl/mutex.hxx> #include <osl/process.h> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/desktop/inc/strings.hxx b/desktop/inc/strings.hxx index 9254983a9f17..9b086b52693e 100644 --- a/desktop/inc/strings.hxx +++ b/desktop/inc/strings.hxx @@ -9,6 +9,8 @@ #pragma once +#include <rtl/ustring.hxx> + inline constexpr OUStringLiteral RID_APPTITLE = u"%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION"; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |