diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-10 13:11:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-04-12 15:20:47 +0200 |
commit | 2b44f9490853c9de5a0e92c41fdc1279b6c91e06 (patch) | |
tree | f381f0c82184c05df066fbd71a07a00da9a7345d /unodevtools/inc | |
parent | 67a5469f1cc40253453f1248622d2e52c92964ab (diff) |
Recheck modules [uU]* with IWYU
See tdf#42949 for motivation
Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/options.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/inc/options.hxx b/unodevtools/inc/options.hxx index 5094a11ef5e1..8cbaf50e190b 100644 --- a/unodevtools/inc/options.hxx +++ b/unodevtools/inc/options.hxx @@ -23,7 +23,7 @@ #include <string_view> -#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> namespace unodevtools { |