diff options
Diffstat (limited to 'Tests/CMakeLib/testString.cxx')
-rw-r--r-- | Tests/CMakeLib/testString.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Tests/CMakeLib/testString.cxx b/Tests/CMakeLib/testString.cxx index 3b47a9c..d7b3200 100644 --- a/Tests/CMakeLib/testString.cxx +++ b/Tests/CMakeLib/testString.cxx @@ -1,11 +1,6 @@ /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ -#include "cmString.hxx" - -#include "cm_static_string_view.hxx" -#include <cm/string_view> - #include <cstddef> #include <cstring> #include <iostream> @@ -16,6 +11,12 @@ #include <type_traits> #include <utility> +#include <cm/string_view> + +#include "cm_static_string_view.hxx" + +#include "cmString.hxx" + #define ASSERT_TRUE(x) \ do { \ if (!(x)) { \ |