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.
This commit is contained in:
Rich Felker 2019-07-18 17:08:18 -04:00
parent f0eb2e77b2
commit 62a73d9649
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,3 @@
#include <string.h>
#include <bits/alltypes.h>
struct stat {
dev_t st_dev;
int __pad1[3];

View File

@ -1,6 +1,3 @@
#include <string.h>
#include <bits/alltypes.h>
struct stat {
dev_t st_dev;
long __pad1[2];