remove utterly wrong includes from mips64/n32 bits/stat.h
authorRich Felker <dalias@aerifal.cx>
Thu, 18 Jul 2019 21:08:18 +0000 (17:08 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 18 Jul 2019 23:30:14 +0000 (19:30 -0400)
commit62a73d9649d46dcd2f10043b3c963ee626130e1b
treed8236dbcf9f286451f8ac8973206b39134d64515
parentf0eb2e77b2132a88e2f00d8e06ffa7638c40b4bc
remove utterly wrong includes from mips64/n32 bits/stat.h

these were overlooked during review. bits headers are not allowed to
pull in additional headers (note: that rule is currently broken in
other places but just for endian.h). string.h has no place here
anyway, and including bits/alltypes.h without defining macros to
request types from it is a nop.
arch/mips64/bits/stat.h
arch/mipsn32/bits/stat.h