Kaydet (Commit) 2f60d8d3 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Michael Stahl

find-unneeded-includes: dont propose to replace cstdint with internal header

As seen in tools/source/misc/cpuid.cxx

Change-Id: Ic596cca387efc1c310f65cbed141946be0742371
Reviewed-on: https://gerrit.libreoffice.org/71885
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 2070adb6
...@@ -63,7 +63,8 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules): ...@@ -63,7 +63,8 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
"memory": "bits/shared_ptr.h", "memory": "bits/shared_ptr.h",
"functional": "bits/std_function.h", "functional": "bits/std_function.h",
"cmath": "bits/std_abs.h", "cmath": "bits/std_abs.h",
"ctime": "bits/types/clock_t.h" "ctime": "bits/types/clock_t.h",
"cstdint": "bits/stdint-uintn.h"
} }
for k, v in bits.items(): for k, v in bits.items():
if include == k and v in toAdd: if include == k and v in toAdd:
......
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