bin/find-unneeded-includes |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 83f1a6f8172ab5688bb3e3883e33ed8295d3f5b7
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Mon Apr 1 10:37:45 2024 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Tue Apr 9 10:43:59 2024 +0200

    find-unneeded-includes: improve list of namespaces
    
    Add 'star' for com::sun::star instances
    
    Add some vcl-specific ones
    
    'PackageKit' gave always a false warning due to the similarity in
    org/freedesktop/PackageKit/*hpp
    and
    officecfg::Office::Common::PackageKit::*
    
    Change-Id: I109e7a2e8d7588d62b2a6bec2e55ec32e993e49e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165697
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 509331cd5ff3..99c77b654d3e 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -342,7 +342,6 @@ def processIWYUOutput(iwyuOutput, moduleRules, fileName, 
noexclude, checknamespa
                                     'oox|core|drawingml|ole|vml|'
                                     'OpenStormBento|'
                                     'osl|'
-                                    'PackageKit|'
                                     'pdfi|pdfparse|'
                                     'ppt|'
                                     'pyuno|'
@@ -359,6 +358,7 @@ def processIWYUOutput(iwyuOutput, moduleRules, fileName, 
noexclude, checknamespa
                                     'sfx2|DocTempl|'
                                     'sidebar|' # for sfx2::sidebar
                                     'skeletonmaker|'
+                                    'star|' # for com::sun::star
                                     'std|chrono_literals|literals|'
                                     'stoc_sec|'
                                     'store|'
@@ -374,7 +374,7 @@ def processIWYUOutput(iwyuOutput, moduleRules, fileName, 
noexclude, checknamespa
                                     'unopkg|'
                                     'util|db|qe|' # for xmlsearch::
                                     'utl|'
-                                    'vcl|'
+                                    'vcl|psp|x11|'
                                     'writerfilter|'
                                     'xforms|'
                                     'xmloff|token|EnhancedCustomShapeToken' # 
for xmloff::

Reply via email to