diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-09-06 22:58:06 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-16 10:11:13 -0400 |
commit | f30523d090b343c7eff3083b8f12e3dcd4755cba (patch) | |
tree | 0b75fe27f34c5487d32413b6521f2ef83bf66c2d /Source/CTest/cmCTestBZR.cxx | |
parent | 9602bcfc62d50d7bb302b02ae3b1f9afe941bae7 (diff) | |
download | cmake-f30523d090b343c7eff3083b8f12e3dcd4755cba.tar.gz |
clang-tidy: modernize-deprecated-headers
Diffstat (limited to 'Source/CTest/cmCTestBZR.cxx')
-rw-r--r-- | Source/CTest/cmCTestBZR.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestBZR.cxx b/Source/CTest/cmCTestBZR.cxx index 52dc0ac21d..4ea0c88791 100644 --- a/Source/CTest/cmCTestBZR.cxx +++ b/Source/CTest/cmCTestBZR.cxx @@ -11,10 +11,10 @@ #include "cm_expat.h" #include "cmsys/RegularExpression.hxx" +#include <cstdlib> #include <list> #include <map> #include <ostream> -#include <stdlib.h> #include <vector> extern "C" int cmBZRXMLParserUnknownEncodingHandler(void* /*unused*/, |