diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-03-30 19:21:20 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-03-30 19:21:20 +0000 |
commit | a5ea3fbd83d4879efe526a19547bccaccf374c47 (patch) | |
tree | 2073773684ef065da0ba7f9ca7be4b0ae5db9606 /usr.bin/top/screen.c | |
parent | a43ee3c02d87b24b5d42a21bea8c53251ff63ba1 (diff) |
Remove some uneeded includes and declarations. -Wall is happy and no
binary change. From Mark Lumsden.
Diffstat (limited to 'usr.bin/top/screen.c')
-rw-r--r-- | usr.bin/top/screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/top/screen.c b/usr.bin/top/screen.c index eaed1dd22ac..b8a46f8a70b 100644 --- a/usr.bin/top/screen.c +++ b/usr.bin/top/screen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: screen.c,v 1.14 2004/05/09 22:14:15 deraadt Exp $ */ +/* $OpenBSD: screen.c,v 1.15 2007/03/30 19:21:19 otto Exp $ */ /* * Top users/processes display for Unix @@ -45,7 +45,6 @@ #include <stdlib.h> #include <string.h> #include <term.h> -#include <termios.h> #include <unistd.h> #include "top.h" |