summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-27 02:02:07 -0700
committerYamaArashi <shadow962@live.com>2016-04-27 02:02:07 -0700
commitfcfe6de1112c28e9ab5fbc4c1ea47275b3434368 (patch)
treefaf67f1e615166f0124d8f983afb8eeb2e0a4cab /gcc/system.h
parent0fd2209ea0d16df6b320fbac167dc20d89110cb2 (diff)
remove more unused code
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-xgcc/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 5cac102..26ee715 100755
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -67,13 +67,6 @@ Boston, MA 02111-1307, USA. */
#include <time.h>
#include <limits.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/param.h>
-#include <sys/time.h>
-#include <fcntl.h>
-
/* Some systems define these in, e.g., param.h. We undefine these names
here to avoid the warnings. We prefer to use our definitions since we
know they are correct. */