diff options
Diffstat (limited to 'gcc/ada/seh_init.c')
-rw-r--r-- | gcc/ada/seh_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/seh_init.c b/gcc/ada/seh_init.c index 15cda4fdbf4..c1ee9ca1ba4 100644 --- a/gcc/ada/seh_init.c +++ b/gcc/ada/seh_init.c @@ -36,7 +36,6 @@ #ifdef IN_RTS #include "tconfig.h" #include "tsystem.h" -#include <sys/stat.h> /* We don't have libiberty, so us malloc. */ #define xmalloc(S) malloc (S) |