summaryrefslogtreecommitdiff
path: root/bin/pax/cpio.c
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-08-26 04:11:17 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-08-26 04:11:17 +0000
commite7ec2792742df574bf22aadff5b1832d14a77c49 (patch)
tree5f6258b87815e963e165c2081c8764592ca09952 /bin/pax/cpio.c
parent4bf25f9b62fa8c25b7652a942ad172cec64b3f67 (diff)
Don't need <sys/time.h> or "options.h" here
Diffstat (limited to 'bin/pax/cpio.c')
-rw-r--r--bin/pax/cpio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c
index 40505be943e..d6b7f70f186 100644
--- a/bin/pax/cpio.c
+++ b/bin/pax/cpio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpio.c,v 1.29 2016/08/14 18:30:33 guenther Exp $ */
+/* $OpenBSD: cpio.c,v 1.30 2016/08/26 04:11:16 guenther Exp $ */
/* $NetBSD: cpio.c,v 1.5 1995/03/21 09:07:13 cgd Exp $ */
/*-
@@ -35,7 +35,6 @@
*/
#include <sys/types.h>
-#include <sys/time.h>
#include <sys/stat.h>
#include <limits.h>
#include <string.h>