summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
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/cmLocalVisualStudio7Generator.cxx
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/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 5d3e11a..7223049 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -2,13 +2,14 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmLocalVisualStudio7Generator.h"
+#include <cctype> // for isspace
+
#include <cm/memory>
#include <cmext/algorithm>
#include <windows.h>
#include <cm3p/expat.h>
-#include <ctype.h> // for isspace
#include "cmComputeLinkInformation.h"
#include "cmCustomCommand.h"