aboutsummaryrefslogtreecommitdiff
path: root/src/games/tetris/Tetromino.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/tetris/Tetromino.cpp')
-rw-r--r--src/games/tetris/Tetromino.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/games/tetris/Tetromino.cpp b/src/games/tetris/Tetromino.cpp
index ad75161..aa9ed59 100644
--- a/src/games/tetris/Tetromino.cpp
+++ b/src/games/tetris/Tetromino.cpp
@@ -1,6 +1,6 @@
-#include <games/tetris/Tetromino.hpp>
-#include <games/Game.hpp>
-#include <renderer/Renderer.hpp>
+#include "games/tetris/Tetromino.hpp"
+#include "games/Game.hpp"
+#include "renderer/Renderer.hpp"
#include <random>