aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 44b370b..6fb241e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,7 +1,6 @@
+#include "renderer/Renderer.hpp"
+#include "games/Game.hpp"
#include "common/MemoryManager.hpp"
-#include <common/defs.hpp>
-#include <renderer/Renderer.hpp>
-#include <games/Game.hpp>
#include <SDL3/SDL.h>
#include <SDL3/SDL_video.h>