summaryrefslogtreecommitdiff
path: root/Source/cmMacroCommand.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-04-27 16:38:14 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2020-04-30 09:53:27 +0200
commit8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44 (patch)
tree35263b1056fd1d8038d1ecc704579c5c599681e8 /Source/cmMacroCommand.cxx
parent2291253c1ba2f2f5f8192ba283f8291b9b6ea24f (diff)
downloadcmake-8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44.tar.gz
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Diffstat (limited to 'Source/cmMacroCommand.cxx')
-rw-r--r--Source/cmMacroCommand.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx
index 0b0d9ac318..c88b343182 100644
--- a/Source/cmMacroCommand.cxx
+++ b/Source/cmMacroCommand.cxx
@@ -8,8 +8,7 @@
#include <cm/memory>
#include <cm/string_view>
#include <cmext/algorithm>
-
-#include "cm_static_string_view.hxx"
+#include <cmext/string_view>
#include "cmExecutionStatus.h"
#include "cmFunctionBlocker.h"