Browse Source

removed needless #include-directive

feature/2015
Christian Kroll 15 years ago
parent
commit
6aaf4b0c2e
  1. 1
      games/tetris/playfield.c

1
games/tetris/playfield.c

@ -2,7 +2,6 @@
#include <string.h>
#include <assert.h>
#include <inttypes.h>
#include "stdio.h"
#include "playfield.h"
#include "piece.h"
#include "bast.h"

Loading…
Cancel
Save