diff --git a/sys/arch/next68k/next68k/machdep.c b/sys/arch/next68k/next68k/machdep.c index 5399b4c31a80..9b90306cbde9 100644 --- a/sys/arch/next68k/next68k/machdep.c +++ b/sys/arch/next68k/next68k/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.32 2000/05/26 21:20:04 thorpej Exp $ */ +/* $NetBSD: machdep.c,v 1.33 2000/05/29 21:35:04 deberg Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -100,17 +100,6 @@ #include /* XXX should be pulled in by sys/kcore.h */ #include - -#include "nextkbd.h" -#if (NNEXTKBD > 0) -#include -#endif - -#include "nextdisplay.h" -#if (NNEXTDISPLAY > 0) -#include -#endif - #include #define MAXMEM 64*1024 /* XXX - from cmap.h */