<sys/param.h> is not needed here either.
authorderaadt <deraadt@openbsd.org>
Fri, 16 Jan 2015 06:47:03 +0000 (06:47 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 16 Jan 2015 06:47:03 +0000 (06:47 +0000)
ok guenther millert doug

lib/csu/boot.h

index 7ccfab5..a76481b 100644 (file)
@@ -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>