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/attack.c | |
parent | c451e889ac885e7fb2c07358e6700500c6202f40 (diff) |
Remove unnecessary headers and sort the remaining alphabetically
OK tb@
Diffstat (limited to 'games/trek/attack.c')
-rw-r--r-- | games/trek/attack.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/trek/attack.c b/games/trek/attack.c index 49774555a4e..21ca2634464 100644 --- a/games/trek/attack.c +++ b/games/trek/attack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: attack.c,v 1.6 2009/10/27 23:59:27 deraadt Exp $ */ +/* $OpenBSD: attack.c,v 1.7 2016/01/07 14:30:32 mestre Exp $ */ /* $NetBSD: attack.c,v 1.3 1995/04/22 10:58:26 cgd Exp $ */ /* @@ -30,8 +30,9 @@ * SUCH DAMAGE. */ -#include <stdio.h> #include <math.h> +#include <stdio.h> + #include "trek.h" /* |