diff options
Diffstat (limited to 'Source/cmDefinitions.h')
-rw-r--r-- | Source/cmDefinitions.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Source/cmDefinitions.h b/Source/cmDefinitions.h index 72e88b5..0e38fb1 100644 --- a/Source/cmDefinitions.h +++ b/Source/cmDefinitions.h @@ -5,17 +5,16 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include "cmLinkedTree.h" - -#include "cmString.hxx" - -#include <cm/string_view> - #include <functional> #include <string> #include <unordered_map> #include <vector> +#include <cm/string_view> + +#include "cmLinkedTree.h" +#include "cmString.hxx" + /** \class cmDefinitions * \brief Store a scope of variable definitions for CMake language. * |