summaryrefslogtreecommitdiff
path: root/Source/bindexplib.h
diff options
context:
space:
mode:
authorRose <83477269+AtariDreams@users.noreply.github.com>2021-10-23 11:27:46 -0400
committerBrad King <brad.king@kitware.com>2021-11-02 14:45:29 -0400
commit6f4727aaa04df63e24e2d514c7f6ba924491b8e5 (patch)
treea61225458f861ceb42512a0baf7e419a5778078f /Source/bindexplib.h
parent4e84a4763d702590fb06d62540e35a614dcd5133 (diff)
downloadcmake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.tar.gz
Source: Replace C headers with C++ ones
In applicable areas only, of course.
Diffstat (limited to 'Source/bindexplib.h')
-rw-r--r--Source/bindexplib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/bindexplib.h b/Source/bindexplib.h
index bd1398fa7a..c5d81c7f5e 100644
--- a/Source/bindexplib.h
+++ b/Source/bindexplib.h
@@ -4,11 +4,10 @@
#include "cmConfigure.h" // IWYU pragma: keep
+#include <cstdio>
#include <set>
#include <string>
-#include <stdio.h>
-
class bindexplib
{
public: