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/computer.c | |
parent | c451e889ac885e7fb2c07358e6700500c6202f40 (diff) |
Remove unnecessary headers and sort the remaining alphabetically
OK tb@
Diffstat (limited to 'games/trek/computer.c')
-rw-r--r-- | games/trek/computer.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/trek/computer.c b/games/trek/computer.c index b0fe5eff2c9..174990f6eb0 100644 --- a/games/trek/computer.c +++ b/games/trek/computer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: computer.c,v 1.10 2013/06/02 04:28:39 schwarze Exp $ */ +/* $OpenBSD: computer.c,v 1.11 2016/01/07 14:30:32 mestre Exp $ */ /* $NetBSD: computer.c,v 1.4 1995/04/24 12:25:51 cgd Exp $ */ /* @@ -30,11 +30,12 @@ * SUCH DAMAGE. */ +#include <math.h> #include <stdio.h> #include <stdlib.h> -#include <math.h> -#include "trek.h" + #include "getpar.h" +#include "trek.h" /* ** On-Board Computer |