summaryrefslogtreecommitdiff
path: root/i386/i386at/autoconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r--i386/i386at/autoconf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c
index 1c2e9df..9426f44 100644
--- a/i386/i386at/autoconf.c
+++ b/i386/i386at/autoconf.c
@@ -25,7 +25,6 @@
*/
#ifdef MACH_KERNEL
-#include <mach_ttd.h>
#include <mach/std_types.h>
#else /* MACH_KERNEL */
#include <cpus.h>
@@ -47,13 +46,11 @@
#define SPL_TTY (vm_offset_t)SPLTTY
-#include <com.h>
#if NCOM > 0
extern struct bus_driver comdriver;
extern int comintr();
#endif /* NCOM */
-#include <lpr.h>
#if NLPR > 0
extern struct bus_driver lprdriver;
extern int lprintr();