From: Sascha Wildner Date: Mon, 21 Jan 2013 18:28:54 +0000 (+0100) Subject: kernel/nexus: Remove some unneeded includes. X-Git-Tag: v3.4.0rc~463 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/a90935f39cb8efe7865e08bcc28c6997ca3bf155 kernel/nexus: Remove some unneeded includes. --- diff --git a/sys/platform/pc32/i386/nexus.c b/sys/platform/pc32/i386/nexus.c index 9c9ce4a..7f947e0 100644 --- a/sys/platform/pc32/i386/nexus.c +++ b/sys/platform/pc32/i386/nexus.c @@ -61,12 +61,6 @@ #include #include -#include -#include -#include -#include -#include - #include "pcib_if.h" static MALLOC_DEFINE(M_NEXUSDEV, "nexusdev", "Nexus device");