diff options
Diffstat (limited to 'sys/kern/tty_endrun.c')
-rw-r--r-- | sys/kern/tty_endrun.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_endrun.c b/sys/kern/tty_endrun.c index a7d35401961..c12b767f69f 100644 --- a/sys/kern/tty_endrun.c +++ b/sys/kern/tty_endrun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty_endrun.c,v 1.4 2014/07/12 18:43:32 tedu Exp $ */ +/* $OpenBSD: tty_endrun.c,v 1.5 2014/09/14 14:17:26 jsg Exp $ */ /* * Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org> @@ -51,7 +51,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/malloc.h> #include <sys/sensors.h> #include <sys/tty.h> |