summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-16 14:25:33 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-09-16 14:25:53 (GMT)
commit1ac4e0ef1b29affc9e4f2cd86c4fc8c2252f2ab2 (patch)
tree0c0e89942900d5a8c00a092d5679f2687c6a11de /Source/cmGeneratorTarget.cxx
parent7c47894b459c0f71ebe32b64a619f290df6bcf44 (diff)
parentf30523d090b343c7eff3083b8f12e3dcd4755cba (diff)
downloadCMake-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 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index b019e0b..2ca5706 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -4,16 +4,16 @@
#include "cmsys/RegularExpression.hxx"
#include <algorithm>
-#include <assert.h>
+#include <cassert>
+#include <cerrno>
#include <cstddef>
-#include <errno.h>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
#include <iterator>
#include <memory>
#include <queue>
#include <sstream>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <unordered_set>
#include <utility>