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 | |
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')
-rw-r--r-- | unodevtools/IwyuFilter_unodevtools.yaml | 2 | ||||
-rw-r--r-- | unodevtools/inc/options.hxx | 2 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.cxx | 3 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.hxx | 1 | ||||
-rw-r--r-- | unodevtools/source/unodevtools/options.cxx | 2 |
5 files changed, 3 insertions, 7 deletions
diff --git a/unodevtools/IwyuFilter_unodevtools.yaml b/unodevtools/IwyuFilter_unodevtools.yaml new file mode 100644 index 000000000000..5e1f0b518aff --- /dev/null +++ b/unodevtools/IwyuFilter_unodevtools.yaml @@ -0,0 +1,2 @@ +--- +assumeFilename: unodevtools/source/skeletonmaker/skeletonmaker.cxx 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 { diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index cc68d744066f..664bc90888aa 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/thread.hxx> - -#include <codemaker/commonjava.hxx> #include <codemaker/commoncpp.hxx> #include <codemaker/generatedtypeset.hxx> #include <codemaker/global.hxx> diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index b0bf3e5d01c7..a6ff05069613 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -23,7 +23,6 @@ #include <rtl/ref.hxx> #include <rtl/string.hxx> #include <codemaker/typemanager.hxx> -#include <codemaker/unotype.hxx> #include <unoidl/unoidl.hxx> #include <fstream> diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx index 8cd2b652f8b0..290f70ce06ce 100644 --- a/unodevtools/source/unodevtools/options.cxx +++ b/unodevtools/source/unodevtools/options.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> - #include <codemaker/global.hxx> #include <o3tl/string_view.hxx> #include <rtl/ustring.hxx> |