summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/except.c b/gcc/except.c
index de538faaafc..46795835b82 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -390,7 +390,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "defaults.h"
-#include <stdio.h>
+#include "system.h"
#include "rtl.h"
#include "tree.h"
#include "flags.h"
@@ -405,10 +405,6 @@ Boston, MA 02111-1307, USA. */
#include "recog.h"
#include "output.h"
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
/* One to use setjmp/longjmp method of generating code for exception
handling. */