summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall_mi.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-09-12 16:22:46 +0000
committerderaadt <deraadt@openbsd.org>2015-09-12 16:22:46 +0000
commitb3461d72d322bf152a4c13b49a1a7ed66e94b136 (patch)
tree491bb4f214b5dbc0b8f42f311fa87dcacfdfbd35 /sys/sys/syscall_mi.h
parentExplicitely include <arm/armreg.h> here instead of expecting previously (diff)
downloadwireguard-openbsd-b3461d72d322bf152a4c13b49a1a7ed66e94b136.tar.xz
wireguard-openbsd-b3461d72d322bf152a4c13b49a1a7ed66e94b136.zip
sys/syscall_mi is only included by MD trap.c files, which have reason to
include param.h/systm.h/proc.h themselves (and already do). ok guenther
Diffstat (limited to 'sys/sys/syscall_mi.h')
-rw-r--r--sys/sys/syscall_mi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/syscall_mi.h b/sys/sys/syscall_mi.h
index 0a945aabbdc..7ae8572c177 100644
--- a/sys/sys/syscall_mi.h
+++ b/sys/sys/syscall_mi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall_mi.h,v 1.9 2015/09/11 08:22:31 guenther Exp $ */
+/* $OpenBSD: syscall_mi.h,v 1.10 2015/09/12 16:22:46 deraadt Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -31,9 +31,6 @@
* @(#)kern_xxx.c 8.2 (Berkeley) 11/14/93
*/
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/tame.h>
#ifdef KTRACE