summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmProcess.h
diff options
context:
space:
mode:
authorRose <83477269+AtariDreams@users.noreply.github.com>2021-10-23 15:27:46 (GMT)
committerBrad King <brad.king@kitware.com>2021-11-02 18:45:29 (GMT)
commit6f4727aaa04df63e24e2d514c7f6ba924491b8e5 (patch)
treea61225458f861ceb42512a0baf7e419a5778078f /Source/CTest/cmProcess.h
parent4e84a4763d702590fb06d62540e35a614dcd5133 (diff)
downloadCMake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.zip
CMake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.tar.gz
CMake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.tar.bz2
Source: Replace C headers with C++ ones
In applicable areas only, of course.
Diffstat (limited to 'Source/CTest/cmProcess.h')
-rw-r--r--Source/CTest/cmProcess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmProcess.h b/Source/CTest/cmProcess.h
index a44aeb0..64475c2 100644
--- a/Source/CTest/cmProcess.h
+++ b/Source/CTest/cmProcess.h
@@ -5,14 +5,14 @@
#include "cmConfigure.h" // IWYU pragma: keep
#include <chrono>
+#include <cstddef>
+#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <cm3p/uv.h>
-#include <stddef.h>
-#include <stdint.h>
#include "cmDuration.h"
#include "cmProcessOutput.h"