Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 00:02:27 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334510 - head/usr.bin/top
Message-ID:  <201806020002.w5202Rf7045049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806020002.w5202Rf7045049>