diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-04 17:33:25 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-04 17:33:25 +0000 |
commit | 96c0ba3936c91323465ddc1086d94655a49726b0 (patch) | |
tree | 4a05f8414046a356458034ec2a525718b567fad3 /games/tetris/screen.c | |
parent | a2eb8154d629d90444f3800ce2cdb939e4f1f2d3 (diff) |
More cleanup and sorting on header section
OK tb@ and he also pointed out that for consistency with rest of the tree we
should include termios.h instead of sys/ttydefaults.h, where applicable
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" |