]> granicus.if.org Git - procps-ng/commit
top: eliminated the use of that 'procps.h' header file
authorJim Warner <james.warner@comcast.net>
Sat, 1 Sep 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 12 Sep 2018 11:12:06 +0000 (21:12 +1000)
commita6dfc2382ed1e023dd345cdb1d2388c9b67bcc7f
tree0f9eb5acaeb79555b98609d4793f0c78063e2af6
parentfab37662efe92650063a45e6b20eda09afe07e14
top: eliminated the use of that 'procps.h' header file

That prior patch set the stage for eliminating the use
of that 'procps.h' header, while retaining support for
a ./configure -DXTRA_PROCPS_DEBUG' during development.

This commit just eliminates top's use of 'procps.h' in
favor of a separate include for needed newlib headers.

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