diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-12 10:51:48 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-12 10:51:48 +0100 |
commit | f261bee32778790068d0e37ae84885dd844b3402 (patch) | |
tree | 24c4b15541075169224a92a1452468542b1d7468 /src/test/InputTest.cpp | |
parent | 2de3ed22a78b1978e5e3c9350f67d82554130c39 (diff) |
fix tests
Diffstat (limited to 'src/test/InputTest.cpp')
-rw-r--r-- | src/test/InputTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/InputTest.cpp b/src/test/InputTest.cpp index 7d9f47d..7e22d37 100644 --- a/src/test/InputTest.cpp +++ b/src/test/InputTest.cpp @@ -1,7 +1,5 @@ #include "system/RenderSystem.h" -#include <algorithm> #include <gtest/gtest.h> -#include <iostream> #define protected public #define private public #include "api/KeyCodes.h" |