diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-23 15:57:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-23 15:57:07 +0000 |
commit | b22d48c0515ba0922788b9b5bf02db78ada2eb3d (patch) | |
tree | 4f7a0bdff835798fc49b3382f3c6639edb395b3d /games/fortune/strfile | |
parent | a58229d2b159976e2913dbc11daa8a262e15c22e (diff) |
Remove another useless machine/endian.h include
Diffstat (limited to 'games/fortune/strfile')
-rw-r--r-- | games/fortune/strfile/strfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 3acc348d900..291499e2d7e 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -51,7 +51,6 @@ static char rcsid[] = "$NetBSD: strfile.c,v 1.4 1995/04/24 12:23:09 cgd Exp $"; #endif /* not lint */ # include <sys/param.h> -# include <machine/endian.h> # include <stdio.h> # include <string.h> # include <ctype.h> |