From 69f46d34e9c6a25c63668423fd984d07c1f099a3 Mon Sep 17 00:00:00 2001 From: fschildt Date: Wed, 10 Dec 2025 19:19:32 +0100 Subject: use "" include over <> include for own code --- src/games/tetris/Tetromino.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/games/tetris/Tetromino.hpp') 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 -#include -#include +#include "common/math.hpp" +#include "games/tetris/Board.hpp" class Tetromino { -- cgit v1.2.3