From 2cd78ffa56b041cb4aaeadd224fc5e19664c0ddd Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Tue, 3 Sep 2024 23:08:57 -0500 Subject: [PATCH] Reorder includes --- cplusplus/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplusplus/test.cpp b/cplusplus/test.cpp index 111179ed..cf83aed5 100644 --- a/cplusplus/test.cpp +++ b/cplusplus/test.cpp @@ -1,8 +1,8 @@ #define UNITY_SUPPORT_TEST_CASES +#include "Unity/src/unity.h" #include "src/include/utils.hpp" #include #include -#include "Unity/src/unity.h" #include "src/p0001.cpp" #include "src/p0002.cpp" // #include "src/p0003.cpp"