aboutsummaryrefslogtreecommitdiff
path: root/src/games/tetris/Tetromino.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/tetris/Tetromino.hpp')
-rw-r--r--src/games/tetris/Tetromino.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/games/tetris/Tetromino.hpp b/src/games/tetris/Tetromino.hpp
index 86821b9..ca4d788 100644
--- a/src/games/tetris/Tetromino.hpp
+++ b/src/games/tetris/Tetromino.hpp
@@ -1,8 +1,7 @@
#pragma once
-#include <common/defs.hpp>
-#include <common/math.hpp>
-#include <games/tetris/Board.hpp>
+#include "common/math.hpp"
+#include "games/tetris/Board.hpp"
class Tetromino {