aboutsummaryrefslogtreecommitdiff
path: root/gcc/gen-protos.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-03-30 12:05:54 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-03-30 12:05:54 +0000
commitb04cd50711e40415a169d0f157e4ab15c5344384 (patch)
tree89dd65e70bf50b33a26d779913cd79c789b77b0b /gcc/gen-protos.c
parent1aa5d112c8397e861eea2cbfba02c7e8f1ffae97 (diff)
downloadgcc-b04cd50711e40415a169d0f157e4ab15c5344384.zip
gcc-b04cd50711e40415a169d0f157e4ab15c5344384.tar.gz
gcc-b04cd50711e40415a169d0f157e4ab15c5344384.tar.bz2
More cutover to system.h:
* Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o, cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o, gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on system.h. * cpphash.c: Include config.h. * cppalloc.c: Include system.h. Add parameters to various function prototypes. * cpperror.c: Likewise. * cppexp.c: Likewise. * cpphash.c: Likewise. * cpplib.c: Likewise. * cppmain.c: Likewise. * fix-header.c: Likewise. * gcov.c: Likewise. * gen-protos.c: Likewise. * gengenrtl.c: Likewise. * halfpic.c: Likewise. * hash.c: Likewise. * scan-decls.c: Likewise. * scan.c: Likewise. From-SVN: r18911
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r--gcc/gen-protos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index b922ce8..2bec04c 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"