diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index ff29e8e..f6cc5e8 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -70,9 +70,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 "obstack.h" #include "scan.h" #include "cpplib.h" |