diff options
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r-- | gcc/gen-protos.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index b922ce8cffe..2bec04c4db8 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -15,9 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <stdio.h> -#include <ctype.h> #include "hconfig.h" +#include "system.h" #include "scan.h" #include "cpplib.h" #include "cpphash.h" |