diff options
author | Brad King <brad.king@kitware.com> | 2019-09-16 14:25:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-09-16 14:25:53 (GMT) |
commit | 1ac4e0ef1b29affc9e4f2cd86c4fc8c2252f2ab2 (patch) | |
tree | 0c0e89942900d5a8c00a092d5679f2687c6a11de /Tests | |
parent | 7c47894b459c0f71ebe32b64a619f290df6bcf44 (diff) | |
parent | f30523d090b343c7eff3083b8f12e3dcd4755cba (diff) | |
download | CMake-1ac4e0ef1b29affc9e4f2cd86c4fc8c2252f2ab2.zip CMake-1ac4e0ef1b29affc9e4f2cd86c4fc8c2252f2ab2.tar.gz CMake-1ac4e0ef1b29affc9e4f2cd86c4fc8c2252f2ab2.tar.bz2 |
Merge topic 'tidy-deprecated-headers'
f30523d090 clang-tidy: modernize-deprecated-headers
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3792
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLib/run_compile_commands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLib/run_compile_commands.cxx b/Tests/CMakeLib/run_compile_commands.cxx index 010e17a..4a79c80 100644 --- a/Tests/CMakeLib/run_compile_commands.cxx +++ b/Tests/CMakeLib/run_compile_commands.cxx @@ -1,9 +1,9 @@ #include "cmConfigure.h" // IWYU pragma: keep #include "cmsys/FStream.hxx" +#include <cstdlib> #include <iostream> #include <map> -#include <stdlib.h> #include <string> #include <utility> #include <vector> |