From a90935f39cb8efe7865e08bcc28c6997ca3bf155 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 21 Jan 2013 19:28:54 +0100 Subject: [PATCH] kernel/nexus: Remove some unneeded includes. --- sys/platform/pc32/i386/nexus.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) 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"); -- 1.7.7.2