diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-12-25 20:54:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-12-25 20:54:49 +0000 |
commit | 92ee70b12dea2963d97e9003fa1da55a09ba80ac (patch) | |
tree | e1c5996a81d862032e67b83a9d40536fc7fa6376 /sys | |
parent | e119c0361672dad51ececf74e902e9e746c3669a (diff) |
Do not #include unused <machine/mcontext.h>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/reg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/reg.h b/sys/arch/amd64/include/reg.h index c2b87d5a32a..1cd569d0d80 100644 --- a/sys/arch/amd64/include/reg.h +++ b/sys/arch/amd64/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.4 2005/12/13 00:18:19 jsg Exp $ */ +/* $OpenBSD: reg.h,v 1.5 2009/12/25 20:54:48 miod Exp $ */ /* $NetBSD: reg.h,v 1.1 2003/04/26 18:39:47 fvdl Exp $ */ /*- @@ -38,7 +38,6 @@ #ifndef _AMD64_REG_H_ #define _AMD64_REG_H_ -#include <machine/mcontext.h> #include <machine/fpu.h> /* |