summaryrefslogtreecommitdiff
path: root/usr.bin/compress
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-12-11 23:35:38 +0000
committerXin LI <delphij@FreeBSD.org>2009-12-11 23:35:38 +0000
commit6f2d322192a3949db6e0f0b4bad4c763abc52bed (patch)
tree1c4d97908b52dc5263d006038b9af6b5ca886ca8 /usr.bin/compress
parente87862f53a119884d2103da7ba52cf7d14426803 (diff)
downloadsrc-test-6f2d322192a3949db6e0f0b4bad4c763abc52bed.tar.gz
src-test-6f2d322192a3949db6e0f0b4bad4c763abc52bed.zip
Remove unneeded header includes from usr.bin/ except contributed code.
Tested with: make universe
Notes
Notes: svn path=/head/; revision=200420
Diffstat (limited to 'usr.bin/compress')
-rw-r--r--usr.bin/compress/zopen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c
index f0ec8871cd817..92e0a971fea14 100644
--- a/usr.bin/compress/zopen.c
+++ b/usr.bin/compress/zopen.c
@@ -67,13 +67,11 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/stat.h>
-#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include "zopen.h"
#define BITS 16 /* Default bits. */