diff options
Diffstat (limited to 'libiberty/mkstemp.c')
-rw-r--r-- | libiberty/mkstemp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libiberty/mkstemp.c b/libiberty/mkstemp.c index 91cc3ebce66..16c16a23263 100644 --- a/libiberty/mkstemp.c +++ b/libiberty/mkstemp.c @@ -20,7 +20,6 @@ #include "config.h" #endif -#ifndef IN_GCC #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif @@ -37,9 +36,6 @@ #include <sys/time.h> #endif #include "ansidecl.h" -#else -#include "system.h" -#endif /* We need to provide a type for gcc_uint64_t. */ #ifdef __GNUC__ |