From: Matthew Dillon Date: Wed, 13 Sep 2006 21:05:22 +0000 (+0000) Subject: Clean up some #include's that shouldn't have been in there. Unbreak X-Git-Tag: v2.0.1~4400 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/c263ae775101522bc2066357e0f526f844327fb4 Clean up some #include's that shouldn't have been in there. Unbreak buildworld. --- diff --git a/sys/sys/vkernel.h b/sys/sys/vkernel.h index 941d4b2ae0..89c3013127 100644 --- a/sys/sys/vkernel.h +++ b/sys/sys/vkernel.h @@ -31,7 +31,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $DragonFly: src/sys/sys/vkernel.h,v 1.2 2006/09/13 17:10:40 dillon Exp $ + * $DragonFly: src/sys/sys/vkernel.h,v 1.3 2006/09/13 21:05:22 dillon Exp $ */ #ifndef _SYS_VKERNEL_H_ @@ -45,21 +45,12 @@ #ifndef _SYS_PARAM_H_ #include #endif -#ifndef _SYS_SYSTM_H_ -#include -#endif -#ifndef _SYS_KERNEL_H_ -#include -#endif #ifndef _SYS_QUEUE_H_ #include #endif #ifndef _SYS_TREE_H_ #include #endif -#ifndef _SYS_PROC_H_ -#include -#endif #ifndef _SYS_SPINLOCK_H_ #include #endif