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/top.h | |
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/top.h')
-rw-r--r-- | usr.bin/top/top.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/top/top.h b/usr.bin/top/top.h index 77c318efb7b..6c601039f99 100644 --- a/usr.bin/top/top.h +++ b/usr.bin/top/top.h @@ -1,4 +1,4 @@ -/* $OpenBSD: top.h,v 1.8 2007/02/22 06:36:59 otto Exp $ */ +/* $OpenBSD: top.h,v 1.9 2007/03/30 19:21:19 otto Exp $ */ /* * Top users/processes display for Unix @@ -82,8 +82,3 @@ extern uid_t userid(char *); /* version.c */ extern char *version_string(void); -extern int y_mem; -extern int y_message; -extern int y_header; -extern int y_idlecursor; -extern int y_procs; |