bin/update_pch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9d3075e60794e5e92a75cf1691ea4125fbdb5b98
Author: Luboš Luňák <[email protected]>
AuthorDate: Sun May 12 15:40:04 2019 +0200
Commit: Luboš Luňák <[email protected]>
CommitDate: Sun May 12 23:45:39 2019 +0200
check module include prefix correctly in update_pch
Change-Id: I3417f80621584553041eeb504d35cb4241a19b61
Reviewed-on: https://gerrit.libreoffice.org/72203
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <[email protected]>
diff --git a/bin/update_pch b/bin/update_pch
index 587cd2cd8bfb..9af484c2d8bd 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -486,7 +486,7 @@ def sort_by_category(list, root, module, filter_local):
sys.append(i)
elif '<boost/' in i:
boo.append(i)
- elif '<osl' in i or '<rtl' in i or '<sal' in i or '<vcl' in i:
+ elif '<osl/' in i or '<rtl/' in i or '<sal/' in i or '<vcl/' in i:
cor.append(i)
elif prefix in i or not '/' in i:
mod.append(i)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits