diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 0f07561ff96..6226e8cade6 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -38,7 +38,6 @@ * Pseudo-teletype Driver * (Actually two drivers, requiring two entries in 'cdevsw') */ -#include "pty.h" /* XXX */ #include "opt_compat.h" #include #include