diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-08-07 17:17:47 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-08-07 17:17:47 +0000 |
commit | 51700ef91b222ea06f3e21dca2683eec265ad4dc (patch) | |
tree | 880d5b735ce7b07db9b25d97af4eb99a40082d2c /sys/arch/hppa64 | |
parent | ba1eb81e311300c704a8431167d958bbcbbadeb6 (diff) |
<sys/ktrace.h> is now pulled in via <sys/syscall_mi.h>, so drop it from here
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/trap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c index f917976a8c5..c961defaf49 100644 --- a/sys/arch/hppa64/hppa64/trap.c +++ b/sys/arch/hppa64/hppa64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.31 2012/08/07 05:16:53 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.32 2012/08/07 17:17:46 guenther Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -23,7 +23,6 @@ #include <sys/systm.h> #include <sys/syscall.h> #include <sys/syscall_mi.h> -#include <sys/ktrace.h> #include <sys/proc.h> #include <sys/signalvar.h> #include <sys/user.h> |