aboutsummaryrefslogtreecommitdiff
path: root/src/games/tetris/Board.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/tetris/Board.cpp')
-rw-r--r--src/games/tetris/Board.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/games/tetris/Board.cpp b/src/games/tetris/Board.cpp
index a1ab72a..9018e46 100644
--- a/src/games/tetris/Board.cpp
+++ b/src/games/tetris/Board.cpp
@@ -1,7 +1,7 @@
-#include <games/tetris/Board.hpp>
-#include <games/tetris/Tetromino.hpp>
-#include <games/Game.hpp>
-#include <renderer/Renderer.hpp>
+#include "games/tetris/Board.hpp"
+#include "games/tetris/Tetromino.hpp"
+#include "games/Game.hpp"
+#include "renderer/Renderer.hpp"
void
Board::Reset()