svn commit: r334510 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sat Jun 2 00:02:28 UTC 2018


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);


More information about the svn-src-head mailing list