summaryrefslogtreecommitdiffstats
path: root/Source/cmExportCommand.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-04-27 14:38:14 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-04-30 07:53:27 (GMT)
commit8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44 (patch)
tree35263b1056fd1d8038d1ecc704579c5c599681e8 /Source/cmExportCommand.cxx
parent2291253c1ba2f2f5f8192ba283f8291b9b6ea24f (diff)
downloadCMake-8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44.zip
CMake-8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44.tar.gz
CMake-8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44.tar.bz2
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Diffstat (limited to 'Source/cmExportCommand.cxx')
-rw-r--r--Source/cmExportCommand.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmExportCommand.cxx b/Source/cmExportCommand.cxx
index ad632ee..9f8a821 100644
--- a/Source/cmExportCommand.cxx
+++ b/Source/cmExportCommand.cxx
@@ -8,11 +8,10 @@
#include <cm/memory>
#include <cmext/algorithm>
+#include <cmext/string_view>
#include "cmsys/RegularExpression.hxx"
-#include "cm_static_string_view.hxx"
-
#include "cmArgumentParser.h"
#include "cmExecutionStatus.h"
#include "cmExportBuildAndroidMKGenerator.h"