diff options
Diffstat (limited to 'i386/i386at/cons_conf.c')
-rw-r--r-- | i386/i386at/cons_conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/i386/i386at/cons_conf.c b/i386/i386at/cons_conf.c index 49dc0238..8784ed94 100644 --- a/i386/i386at/cons_conf.c +++ b/i386/i386at/cons_conf.c @@ -28,9 +28,7 @@ * known algorithm unless we see a pressing need otherwise. */ #include <sys/types.h> -#include <cons.h> -#include <com.h> -#include <rc.h> +#include <device/cons.h> extern int kdcnprobe(), kdcninit(), kdcngetc(), kdcnputc(); #if NCOM > 0 && RCLINE >= 0 |