diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 6b370ba2756..207a4adde46 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -34,13 +34,7 @@ Boston, MA 02111-1307, USA. */ after parsing the then-clause. */ #include "config.h" - -#include <stdio.h> -#include <ctype.h> - -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif +#include "system.h" #include "rtl.h" #include "tree.h" |