summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-21 21:55:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-21 21:55:10 +0000
commitc604ac1ac07b6a07bfca409fe2819b7958ae377b (patch)
tree9448eb7dd3ee90da97e948c8e9f1ff143d62182a
parente1e64eb73e18e7813429c9bc8c24371a2f87189c (diff)
Already have sys/param.h, don't need machine/param.h
-rw-r--r--sys/arch/vax/vax/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c
index dadd4b0700c..482d38cb808 100644
--- a/sys/arch/vax/vax/autoconf.c
+++ b/sys/arch/vax/vax/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.35 2011/07/10 17:31:40 deraadt Exp $ */
+/* $OpenBSD: autoconf.c,v 1.36 2013/03/21 21:55:09 deraadt Exp $ */
/* $NetBSD: autoconf.c,v 1.45 1999/10/23 14:56:05 ragge Exp $ */
/*
@@ -45,7 +45,6 @@
#include <machine/cpu.h>
#include <machine/sid.h>
-#include <machine/param.h>
#include <machine/vmparam.h>
#include <machine/nexus.h>
#include <machine/clock.h>