commit | 8d4a9ee398ef85b4f59a8e2b966d9675d7e53f44 | [log] [tgz] |
---|---|---|
author | Marc Chevrier <marc.chevrier@gmail.com> | Mon Apr 27 14:38:14 2020 |
committer | Marc Chevrier <marc.chevrier@gmail.com> | Thu Apr 30 07:53:27 2020 |
tree | 35263b1056fd1d8038d1ecc704579c5c599681e8 | |
parent | 2291253c1ba2f2f5f8192ba283f8291b9b6ea24f [diff] [blame] |
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
diff --git a/Source/cmFunctionCommand.cxx b/Source/cmFunctionCommand.cxx index a4c9072..b6f58bd 100644 --- a/Source/cmFunctionCommand.cxx +++ b/Source/cmFunctionCommand.cxx
@@ -7,8 +7,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"