From d2db091873466e95b296271bf0c6617f781b98a0 Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Sun, 14 Jul 2024 10:18:12 -0400 Subject: [PATCH] Reformatted Standard Headers to be at the start --- src/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5df5f5d..5e5ee3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,6 +17,12 @@ * along with this program. If not, see . */ +#include +#include +#include +#include +#include + #define VULKAN_HPP_NO_CONSTRUCTORS #include #include @@ -30,12 +36,6 @@ #include -#include -#include -#include -#include -#include - static constexpr bool fatal_errors = true; // keep this true for tests #define ENABLE_VULKAN_VALIDATION true