bin/find-unneeded-includes | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e9a9fce77822d4a79eab18930144941a10b0029a
Author: Gabor Kelemen <[email protected]>
AuthorDate: Sun Jan 13 12:39:22 2019 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Thu Jan 17 09:24:49 2019 +0100
find-unneeded-includes: don't propose debug/bitset either
Found while checking include/vcl/fontcapabilities.hxx
Change-Id: Ib598978672d08d3cae7bf6f96d1b874ca13fcb5f
Reviewed-on: https://gerrit.libreoffice.org/66254
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 28a5471eb0df..948e12ccd8c7 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -41,6 +41,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
# Avoid debug STL.
debugStl = {
"array": "debug/array",
+ "bitset": "debug/bitset",
"deque": "debug/deque",
"list": "debug/list",
"map": "debug/map.h",
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits