top(1): remove two unneeded headers

This commit is contained in:
Eitan Adler 2018-06-02 00:02:27 +00:00
parent f6234b51bf
commit 220e4623aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334510

View File

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