summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-07 00:19:52 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-08 17:49:32 +0200
commit91695ecf98c32c6e99b4c6f803a896180ba96a53 (patch)
tree52d32f96c6716906cc0a916a5cb906d6430994b7 /bin
parentmerge duplicated TriStateEnabled class (diff)
downloadcore-91695ecf98c32c6e99b4c6f803a896180ba96a53.tar.gz
core-91695ecf98c32c6e99b4c6f803a896180ba96a53.zip
find-unneeded-includes: dont propose to replace ctime with internal header
As seen in sw/source/core/inc/layact.hxx Change-Id: Icc4281cd57b0cd8310a1044f6106691a5d1cd3c4 Reviewed-on: https://gerrit.libreoffice.org/71884 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/find-unneeded-includes3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index bc8e728078a8..834a4319cf71 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -62,7 +62,8 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
"exception": "bits/exception.h",
"memory": "bits/shared_ptr.h",
"functional": "bits/std_function.h",
- "cmath": "bits/std_abs.h"
+ "cmath": "bits/std_abs.h",
+ "ctime": "bits/types/clock_t.h"
}
for k, v in bits.items():
if include == k and v in toAdd: