diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-07 14:30:33 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-07 14:30:33 +0000 |
commit | ccfb46488ffb8c7f63a58ea30e483d2fa7b553a3 (patch) | |
tree | 561f36949b4699544827731708fc2381c6a7c778 /games/trek/capture.c | |
parent | c451e889ac885e7fb2c07358e6700500c6202f40 (diff) |
Remove unnecessary headers and sort the remaining alphabetically
OK tb@
Diffstat (limited to 'games/trek/capture.c')
-rw-r--r-- | games/trek/capture.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/trek/capture.c b/games/trek/capture.c index 6506ad3f700..d20dc3fdc85 100644 --- a/games/trek/capture.c +++ b/games/trek/capture.c @@ -1,4 +1,4 @@ -/* $OpenBSD: capture.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */ +/* $OpenBSD: capture.c,v 1.6 2016/01/07 14:30:32 mestre Exp $ */ /* $NetBSD: capture.c,v 1.3 1995/04/22 10:58:32 cgd Exp $ */ /* @@ -31,6 +31,7 @@ */ #include <stdio.h> + #include "trek.h" /* |