Remove redundant inclusion of <sys/cdefs.h>.

In my previous commit I should have moved the inclusion to the top,
instead of adding a second one.
This commit is contained in:
Ed Schouten 2010-02-20 14:13:47 +00:00
parent d502d4503a
commit 0b918ea7a9

View File

@ -70,8 +70,6 @@ struct i386_ioperm_args {
};
#ifndef _KERNEL
#include <sys/cdefs.h>
__BEGIN_DECLS
int amd64_get_fsbase(void **);
int amd64_get_gsbase(void **);