]> granicus.if.org Git - procps-ng/commitdiff
library: eliminate an unnecessary #include, <STAT> api
authorJim Warner <james.warner@comcast.net>
Wed, 6 Feb 2019 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@enc.com.au>
Tue, 26 Mar 2019 08:55:30 +0000 (19:55 +1100)
That patch shown below should have also included this.

Reference(s):
commit 68d7f7a673aee38238d054efe2fe207db245e3c5

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/stat.c

index cec38dbc96db46cd3369cf1a4e03dac8978b9aa2..666822ea3ba18e37cb5e6abe6e366dd87508feed 100644 (file)
@@ -28,7 +28,6 @@
 #include <sys/types.h>
 
 #include <proc/numa.h>
-#include <proc/sysinfo.h>
 
 #include <proc/procps-private.h>
 #include <proc/stat.h>