aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/pat_rep.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-05-21 18:29:36 +0000
committerXin LI <delphij@FreeBSD.org>2015-05-21 18:29:36 +0000
commit94bdf5cfcc209d852bcb06e8f63524b9303e0c4f (patch)
treead3dbcfa2e5deadbe1e2ff2af3569c51bd787b1a /bin/pax/pat_rep.c
parent4b083d80bf5383dd7829d602d7bf67bc1a33ad7a (diff)
downloadsrc-94bdf5cfcc209d852bcb06e8f63524b9303e0c4f.tar.gz
src-94bdf5cfcc209d852bcb06e8f63524b9303e0c4f.zip
Eliminate unneeded includes.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=283257
Diffstat (limited to 'bin/pax/pat_rep.c')
-rw-r--r--bin/pax/pat_rep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c
index 7b0797525745..e8d17db363be 100644
--- a/bin/pax/pat_rep.c
+++ b/bin/pax/pat_rep.c
@@ -43,9 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <stdio.h>
#include <string.h>
-#include <unistd.h>
#include <stdlib.h>
-#include <errno.h>
#ifdef NET2_REGEX
#include <regexp.h>
#else