diff options
Diffstat (limited to 'gcc/scan-decls.c')
-rw-r--r-- | gcc/scan-decls.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c index 4246eea..aa9390b 100644 --- a/gcc/scan-decls.c +++ b/gcc/scan-decls.c @@ -17,9 +17,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Per Bothner <bothner@cygnus.com>, July 1993. */ -#include <stdio.h> -#include <ctype.h> #include "hconfig.h" +#include "system.h" #include "cpplib.h" int brace_nesting = 0; |