diff options
-rwxr-xr-x | bin/find-unneeded-includes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes index 9cce1cad1bdf..3a4e303bbfe6 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes @@ -89,6 +89,8 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules): return True if include == "boost/unordered_map.hpp" and "boost/unordered/unordered_map.hpp" in toAdd: return True + if include == "boost/functional/hash.hpp" and "boost/container_hash/extensions.hpp" in toAdd: + return True # Avoid .hxx to .h proposals in basic css/uno/* API unoapi = { |