diff --git a/games/tetris/playfield.c b/games/tetris/playfield.c index 8e19cac..9c9d40b 100644 --- a/games/tetris/playfield.c +++ b/games/tetris/playfield.c @@ -2,7 +2,6 @@ #include #include #include -#include "stdio.h" #include "playfield.h" #include "piece.h" #include "bast.h"