]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/mkstemp.c
choose-temp.c: Don't check IN_GCC anymore.
[thirdparty/gcc.git] / libiberty / mkstemp.c
index 91cc3ebce6605b35621d09b58eae0eec0540ee6c..16c16a23263a2b77a0065494f7ea32a0d2c3e0a1 100644 (file)
@@ -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__