include/IwyuFilter_include.yaml | 4 ++++ include/ucbhelper/interactionrequest.hxx | 1 - include/unotest/macros_test.hxx | 1 - include/unotools/accessiblerelationsethelper.hxx | 1 - include/unotools/compatibility.hxx | 1 - include/unotools/intlwrapper.hxx | 1 - unotest/source/cpp/macros_test.cxx | 1 + 7 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit c24477474476c6378c7dbe5712b06c5a66ce1ed0 Author: Gabor Kelemen <[email protected]> AuthorDate: Mon Nov 10 10:35:45 2025 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Sun Nov 30 18:26:00 2025 +0100 tdf#146619 Run IWYU again on include/u* Change-Id: Iaa4b507049ae33fb300a86075b69534bb0588c17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193918 Reviewed-by: Gabor Kelemen <[email protected]> Tested-by: Jenkins diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index 039fa82a8152..df1e9e8ae8c7 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -278,6 +278,10 @@ excludelist: include/tools/simdsupport.hxx: # Needed for CPU intrinsics detection to work - emmintrin.h + include/unotest/bootstrapfixturebase.hxx: + # These are used in virtually all test files, too much work to move them everywhere + - cppunit/TestAssert.h + - cppunit/plugin/TestPlugIn.h include/unotools/accessiblerelationsethelper.hxx: # base class has to be a complete type - com/sun/star/accessibility/XAccessibleRelationSet.hpp diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index ae8bf4d6dcef..10303175b12d 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UCBHELPER_INTERACTIONREQUEST_HXX #include <config_options.h> -#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/task/XInteractionRequest.hpp> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionRetry.hpp> diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx index 646bddd12f52..d660505c63de 100644 --- a/include/unotest/macros_test.hxx +++ b/include/unotest/macros_test.hxx @@ -14,7 +14,6 @@ #include <memory> #include <functional> -#include <config_gpgme.h> #include <rtl/ustring.hxx> #include <unotest/detail/unotestdllapi.hxx> diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx index 88ebb5abe308..affb859a2fb1 100644 --- a/include/unotools/accessiblerelationsethelper.hxx +++ b/include/unotools/accessiblerelationsethelper.hxx @@ -22,7 +22,6 @@ #include <unotools/unotoolsdllapi.h> -#include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> #include <cppuhelper/implbase.hxx> #include <mutex> diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx index 9fd83a9985c4..65189844fdcf 100644 --- a/include/unotools/compatibility.hxx +++ b/include/unotools/compatibility.hxx @@ -21,7 +21,6 @@ #include <sal/config.h> -#include <unotools/options.hxx> #include <unotools/unotoolsdllapi.h> #include <rtl/ustring.hxx> diff --git a/include/unotools/intlwrapper.hxx b/include/unotools/intlwrapper.hxx index 6df48a9e8f12..f23c8fe48720 100644 --- a/include/unotools/intlwrapper.hxx +++ b/include/unotools/intlwrapper.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/uno/Reference.h> #include <i18nlangtag/languagetag.hxx> -#include <memory> #include <optional> namespace com::sun::star::uno { class XComponentContext; } diff --git a/unotest/source/cpp/macros_test.cxx b/unotest/source/cpp/macros_test.cxx index c30eb23b1251..e75433d4d83b 100644 --- a/unotest/source/cpp/macros_test.cxx +++ b/unotest/source/cpp/macros_test.cxx @@ -8,6 +8,7 @@ */ #include <unotest/macros_test.hxx> +#include <config_gpgme.h> #include <vector>
