getrlimit.2, getrusage.2: Remove unused include
commit1e145f150d45ba1cf0c2220bbcb368f8507e53ad
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 4 Apr 2021 11:58:36 +0000 (4 13:58 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 5 Apr 2021 10:47:01 +0000 (5 12:47 +0200)
tree3fb298b9d748e6d6293b66043529a5a247bfe7ba
parent8c402eb013db2c233bec0bcdfc277f379f517787
getrlimit.2, getrusage.2: Remove unused include

<sys/time.h> is not required by any of the function declarations
or macro definitions used by these functions.  It may be (or maybe
not) needed by some type inside the rlimit structure, but that
info belongs in system_data_types(7), not here.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getrlimit.2
man2/getrusage.2