From 74a99ec4fe7434a7e0900b2b90cb339d8937888d Mon Sep 17 00:00:00 2001
From: Peter Wemm <peter@FreeBSD.org>
Date: Mon, 22 Sep 2003 22:52:46 +0000
Subject: [PATCH] MFi386 rev 1.256 by jhb:  remove redundant #include
 <sys/sysctl.h>

---
 sys/amd64/amd64/trap.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 9242e6a3c31b..d0bf40cf343f 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -88,8 +88,6 @@ __FBSDID("$FreeBSD$");
 
 #include <ddb/ddb.h>
 
-#include <sys/sysctl.h>
-
 extern void trap(struct trapframe frame);
 extern void syscall(struct trapframe frame);