diff options
Diffstat (limited to 'games/tetris/screen.c')
-rw-r--r-- | games/tetris/screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tetris/screen.c b/games/tetris/screen.c index 4ea8aeff890..077825cf3ed 100644 --- a/games/tetris/screen.c +++ b/games/tetris/screen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: screen.c,v 1.15 2014/12/07 21:06:57 deraadt Exp $ */ +/* $OpenBSD: screen.c,v 1.16 2016/01/04 17:33:24 mestre Exp $ */ /* $NetBSD: screen.c,v 1.4 1995/04/29 01:11:36 mycroft Exp $ */ /*- @@ -48,7 +48,6 @@ #include <stdlib.h> #include <string.h> #include <term.h> -#include <termios.h> #include <unistd.h> #include "screen.h" |