aboutsummaryrefslogtreecommitdiff
path: root/src/test/ECSTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ECSTest.cpp')
-rw-r--r--src/test/ECSTest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ECSTest.cpp b/src/test/ECSTest.cpp
index a245879..eaa2dbc 100644
--- a/src/test/ECSTest.cpp
+++ b/src/test/ECSTest.cpp
@@ -1,5 +1,3 @@
-#include <climits>
-#include <cstdint>
#define protected public
#include <crepe/ComponentManager.h>
@@ -7,7 +5,6 @@
#include <crepe/api/Metadata.h>
#include <crepe/api/Transform.h>
#include <crepe/api/Vector2.h>
-#include <crepe/api/Rigidbody.h>
#include <gtest/gtest.h>
using namespace std;