From 53cc6add2a375698a600b6dbc8e53541fa2a86a2 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 10 Jun 2000 07:12:40 +0000 Subject: [PATCH] Unused include: #include "pty.h" --- sys/kern/tty_pty.c | 1 - 1 file changed, 1 deletion(-) 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