Kaydet (Commit) 9d3075e6 authored tarafından Luboš Luňák's avatar Luboš Luňák

check module include prefix correctly in update_pch

Change-Id: I3417f80621584553041eeb504d35cb4241a19b61
Reviewed-on: https://gerrit.libreoffice.org/72203
Tested-by: Jenkins
Reviewed-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
üst 51387dc2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment