summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio7Generator.cxx
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/cmGlobalVisualStudio7Generator.cxx
parent4e84a4763d702590fb06d62540e35a614dcd5133 (diff)
downloadcmake-6f4727aaa04df63e24e2d514c7f6ba924491b8e5.tar.gz
Source: Replace C headers with C++ ones
In applicable areas only, of course.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 6876e6179a..58b24fc3d7 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -2,6 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmGlobalVisualStudio7Generator.h"
+#include <cassert>
#include <utility>
#include <vector>
@@ -10,8 +11,6 @@
#include <windows.h>
-#include <assert.h>
-
#include "cmsys/Encoding.hxx"
#include "cmGeneratedFileStream.h"