summaryrefslogtreecommitdiff
path: root/games/ppt/ppt.c
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2016-01-04 17:33:25 +0000
committermestre <mestre@cvs.openbsd.org>2016-01-04 17:33:25 +0000
commit96c0ba3936c91323465ddc1086d94655a49726b0 (patch)
tree4a05f8414046a356458034ec2a525718b567fad3 /games/ppt/ppt.c
parenta2eb8154d629d90444f3800ce2cdb939e4f1f2d3 (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/ppt/ppt.c')
-rw-r--r--games/ppt/ppt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c
index e7a050137cd..82ba8b1e9d9 100644
--- a/games/ppt/ppt.c
+++ b/games/ppt/ppt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ppt.c,v 1.14 2015/12/25 20:59:09 mestre Exp $ */
+/* $OpenBSD: ppt.c,v 1.15 2016/01/04 17:33:24 mestre Exp $ */
/* $NetBSD: ppt.c,v 1.4 1995/03/23 08:35:40 cgd Exp $ */
/*
@@ -30,7 +30,6 @@
* SUCH DAMAGE.
*/
-#include <sys/types.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>