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

find-unneeded-includes: don't try to replace forward_list with debug header

As seen in tools/source/inet/inetmime.cxx

Change-Id: I3122e07a01020e84b5b75bc46dcaca33560b84bb
Reviewed-on: https://gerrit.libreoffice.org/71558
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
üst b86ca947
......@@ -43,6 +43,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
"array": ("debug/array", ),
"bitset": ("debug/bitset", ),
"deque": ("debug/deque", ),
"forward_list": ("debug/forward_list", ),
"list": ("debug/list", ),
"map": ("debug/map.h", ),
"set": ("debug/set.h", "debug/multiset.h"),
......
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