From 0b918ea7a93256876ffe5d6dd35aab991a9bb451 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 20 Feb 2010 14:13:47 +0000 Subject: [PATCH] Remove redundant inclusion of . In my previous commit I should have moved the inclusion to the top, instead of adding a second one. --- sys/amd64/include/sysarch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h index 41f7e3b5bb0..7b95a8b2144 100644 --- a/sys/amd64/include/sysarch.h +++ b/sys/amd64/include/sysarch.h @@ -70,8 +70,6 @@ struct i386_ioperm_args { }; #ifndef _KERNEL -#include - __BEGIN_DECLS int amd64_get_fsbase(void **); int amd64_get_gsbase(void **);