diff options
Diffstat (limited to 'Source/cmExecuteProcessCommand.cxx')
-rw-r--r-- | Source/cmExecuteProcessCommand.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmExecuteProcessCommand.cxx b/Source/cmExecuteProcessCommand.cxx index 12364c8..80e4bcd 100644 --- a/Source/cmExecuteProcessCommand.cxx +++ b/Source/cmExecuteProcessCommand.cxx @@ -2,9 +2,6 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmExecuteProcessCommand.h" -#include "cm_static_string_view.hxx" -#include "cmsys/Process.h" - #include <algorithm> #include <cctype> /* isspace */ #include <cstdio> @@ -12,6 +9,10 @@ #include <memory> #include <vector> +#include "cmsys/Process.h" + +#include "cm_static_string_view.hxx" + #include "cmAlgorithms.h" #include "cmArgumentParser.h" #include "cmExecutionStatus.h" |