diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-04-04 19:22:47 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-04-04 19:22:47 +0000 |
commit | e2a33ade4e9180e79840984cd0d0507c8b2b5e7a (patch) | |
tree | de7a67f095d47a8b08323b39da1cffaf1cd89d9b /usr.bin/top/utils.c | |
parent | 745c22858b17974b61a4f37a9416663911084dab (diff) |
unneeded include; -Wall -Wmissing-prototypes is happy; from Mark Lumsden
Diffstat (limited to 'usr.bin/top/utils.c')
-rw-r--r-- | usr.bin/top/utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/top/utils.c b/usr.bin/top/utils.c index f0ae82d5b04..edd111c659c 100644 --- a/usr.bin/top/utils.c +++ b/usr.bin/top/utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.c,v 1.17 2007/02/27 16:27:39 otto Exp $ */ +/* $OpenBSD: utils.c,v 1.18 2007/04/04 19:22:46 otto Exp $ */ /* * Top users/processes display for Unix @@ -38,7 +38,6 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <unistd.h> #include "top.h" #include "machine.h" |