summaryrefslogtreecommitdiff
path: root/bin/pax/gen_subs.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:24:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:24:48 +0000
commit9023faa39fcf19063833d6308114568a7657afe7 (patch)
tree5d336083ca440ef5ab91512fe3146dca41bd2485 /bin/pax/gen_subs.c
parent351d7a7c8f7fe76323d05f7456a41536052339e0 (diff)
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'bin/pax/gen_subs.c')
-rw-r--r--bin/pax/gen_subs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c
index 1c6f73ee57e..551f0307c7b 100644
--- a/bin/pax/gen_subs.c
+++ b/bin/pax/gen_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gen_subs.c,v 1.20 2009/10/27 23:59:22 deraadt Exp $ */
+/* $OpenBSD: gen_subs.c,v 1.21 2012/12/04 02:24:45 deraadt Exp $ */
/* $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */
/*-
@@ -37,7 +37,6 @@
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
-#include <sys/param.h>
#include <stdio.h>
#include <tzfile.h>
#include <utmp.h>