Author: eadler Date: Sat Jun 2 00:02:27 2018 New Revision: 334510 URL: https://svnweb.freebsd.org/changeset/base/334510
Log: top(1): remove two unneeded headers Modified: head/usr.bin/top/commands.c Modified: head/usr.bin/top/commands.c ============================================================================== --- head/usr.bin/top/commands.c Sat Jun 2 00:02:15 2018 (r334509) +++ head/usr.bin/top/commands.c Sat Jun 2 00:02:27 2018 (r334510) @@ -17,7 +17,6 @@ * "top" (i.e.: changing the number of processes to display). */ -#include <sys/time.h> #include <sys/resource.h> #include <ctype.h> @@ -32,7 +31,6 @@ #include "sigdesc.h" /* generated automatically */ #include "top.h" #include "boolean.h" -#include "utils.h" #include "machine.h" static int err_compar(const void *p1, const void *p2); _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"