Kaydet (Commit) 6ed8e325 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

find-unneeded-includes: Don't propose functional -> bits/std_function.h

As seen for include/comphelper/doublecheckedinit.hxx - won't compile anyways

Change-Id: I3a0d5e115ecfc61ae90c6e843ecf4f0213b76e82
Reviewed-on: https://gerrit.libreoffice.org/60838
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst ec3c4775
...@@ -57,6 +57,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules): ...@@ -57,6 +57,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
bits = { bits = {
"exception": "bits/exception.h", "exception": "bits/exception.h",
"memory": "bits/shared_ptr.h", "memory": "bits/shared_ptr.h",
"functional": "bits/std_function.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