diff options
Diffstat (limited to 'Source/cmWhileCommand.cxx')
-rw-r--r-- | Source/cmWhileCommand.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmWhileCommand.cxx b/Source/cmWhileCommand.cxx index bd71546..26e7c75 100644 --- a/Source/cmWhileCommand.cxx +++ b/Source/cmWhileCommand.cxx @@ -2,6 +2,9 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmWhileCommand.h" +#include <string> +#include <utility> + #include <cm/memory> #include <cm/string_view> @@ -16,9 +19,6 @@ #include "cmMessageType.h" #include "cmSystemTools.h" -#include <string> -#include <utility> - class cmWhileFunctionBlocker : public cmFunctionBlocker { public: |