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/robots/play_level.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/robots/play_level.c')
-rw-r--r-- | games/robots/play_level.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/play_level.c b/games/robots/play_level.c index 48e9476a1ab..3c65c8cfdb3 100644 --- a/games/robots/play_level.c +++ b/games/robots/play_level.c @@ -1,4 +1,4 @@ -/* $OpenBSD: play_level.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ +/* $OpenBSD: play_level.c,v 1.10 2016/01/04 17:33:24 mestre Exp $ */ /* $NetBSD: play_level.c,v 1.3 1995/04/22 10:09:03 cgd Exp $ */ /* @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -# include "robots.h" +#include "robots.h" /* * play_level: |