diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-23 15:54:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-23 15:54:34 +0000 |
commit | 9d6cf05f7e69fb775bd26a04cb2d41730dddcbc4 (patch) | |
tree | 9241f7743ae9cf4c316efc444e0b81421cc1e08e | |
parent | 8d86cdeff32ef0eb28259e5ac75e621d1197d2fe (diff) |
Don't include machine/endian.h, closes PR 1642
-rw-r--r-- | games/fortune/unstr/unstr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index eb7e72e787f..1a08390214e 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -59,7 +59,6 @@ static char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93"; * Ken Arnold Aug 13, 1978 */ -# include <machine/endian.h> # include <sys/param.h> # include "strfile.h" # include <stdio.h> |