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

find-unneeded-includes: don't propose to remove <map>...

..and replace with debug header if multimap is used.

As seen in include/svx/SmartTagMgr.hxx

Change-Id: If239cd6e9471f74f3035c659077ed7515a9df473
Reviewed-on: https://gerrit.libreoffice.org/73367
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 1416c542
......@@ -45,7 +45,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
"deque": ("debug/deque", ),
"forward_list": ("debug/forward_list", ),
"list": ("debug/list", ),
"map": ("debug/map.h", ),
"map": ("debug/map.h", "debug/multimap.h"),
"set": ("debug/set.h", "debug/multiset.h"),
"unordered_map": ("debug/unordered_map", ),
"unordered_set": ("debug/unordered_set", ),
......
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