From 62a73d9649d46dcd2f10043b3c963ee626130e1b Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Thu, 18 Jul 2019 17:08:18 -0400
Subject: 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/mipsn32/bits/stat.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'arch/mipsn32')

diff --git a/arch/mipsn32/bits/stat.h b/arch/mipsn32/bits/stat.h
index f4d1df83..27d36b51 100644
--- a/arch/mipsn32/bits/stat.h
+++ b/arch/mipsn32/bits/stat.h
@@ -1,6 +1,3 @@
-#include <string.h>
-#include <bits/alltypes.h>
-
 struct stat {
 	dev_t st_dev;
 	long __pad1[2];
-- 
cgit v1.2.3-70-g09d2