Skip to content

Commit

Permalink
Reorder includes
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 4, 2024
1 parent 49d3d5d commit 2cd78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cplusplus/test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define UNITY_SUPPORT_TEST_CASES
#include "Unity/src/unity.h"
#include "src/include/utils.hpp"
#include <stdint.h>
#include <inttypes.h>
#include "Unity/src/unity.h"
#include "src/p0001.cpp"
#include "src/p0002.cpp"
// #include "src/p0003.cpp"
Expand Down

0 comments on commit 2cd78ff

Please sign in to comment.