bin/find-unneeded-includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1524c08a52b6284c8d855030bff304f09b664984 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Mon Jun 16 10:30:49 2025 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Jun 17 14:47:02 2025 +0200 bin/find-unneeded-includes: fix "SyntaxWarning: invalid escape sequence" Change-Id: If15f7d7b7fde570914cd9a15a395e5ef272eba4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186589 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes index fc1473ccf0e8..369a30d80086 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes @@ -253,7 +253,7 @@ def processIWYUOutput(iwyuOutput, moduleRules, fileName, noexclude, checknamespa # and ooo::vba namespaces # plus a few popular ones about other modules ns = re.compile( - '.*for\ (' + '.*for\ (' # URE namespaces 'beans|' 'bridge|oleautomation|'