[Libreoffice-commits] core.git: bin/find-unneeded-includes
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 17 08:25:12 UTC 2019
bin/find-unneeded-includes | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e9a9fce77822d4a79eab18930144941a10b0029a
Author: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Sun Jan 13 12:39:22 2019 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
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 <vmiklos at collabora.com>
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",
More information about the Libreoffice-commits
mailing list