diff options
author | YamaArashi <shadow962@live.com> | 2016-04-27 02:02:07 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-27 02:02:07 -0700 |
commit | fcfe6de1112c28e9ab5fbc4c1ea47275b3434368 (patch) | |
tree | faf67f1e615166f0124d8f983afb8eeb2e0a4cab /gcc/system.h | |
parent | 0fd2209ea0d16df6b320fbac167dc20d89110cb2 (diff) |
remove more unused code
Diffstat (limited to 'gcc/system.h')
-rwxr-xr-x | gcc/system.h | 7 |
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. */ |