summaryrefslogtreecommitdiff
path: root/lib/csu/boot.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-16 06:47:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-16 06:47:04 +0000
commita739e8fe86521c58197b990b18b6c10f0e4f266a (patch)
tree6e09d7d0b18731ac3c5b5f21b7b9c959e91a8629 /lib/csu/boot.h
parent315054f4737a39489e0a14f3a92bff61f1592832 (diff)
<sys/param.h> is not needed here either.
ok guenther millert doug
Diffstat (limited to 'lib/csu/boot.h')
-rw-r--r--lib/csu/boot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/boot.h b/lib/csu/boot.h
index 7ccfab59425..a76481b6946 100644
--- a/lib/csu/boot.h
+++ b/lib/csu/boot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.h,v 1.9 2014/12/29 20:18:20 kettenis Exp $ */
+/* $OpenBSD: boot.h,v 1.10 2015/01/16 06:47:03 deraadt Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -37,7 +37,6 @@
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/exec.h>
-#include <sys/param.h>
#include <sys/sysctl.h>
#include <nlist.h>
#include <link.h>