aboutsummaryrefslogtreecommitdiff
path: root/gcc/mips-tdump.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-05-06 08:57:18 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-05-06 08:57:18 +0000
commit90fbb8c9f5d4013b5826b87431f04cfba772f349 (patch)
tree0274e1c917678996d8d2e68c775870d0f977dd8a /gcc/mips-tdump.c
parent8f81384fec6ccb2bca5a9029498c7b1c0d0326ff (diff)
downloadgcc-90fbb8c9f5d4013b5826b87431f04cfba772f349.zip
gcc-90fbb8c9f5d4013b5826b87431f04cfba772f349.tar.gz
gcc-90fbb8c9f5d4013b5826b87431f04cfba772f349.tar.bz2
More system.h cutover...
* Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h. * mips-tdump.c: Include system.h, remove redundant headers. * mips-tfile.c: Likewise. Convert all ctype function calls to macro versions defined in system.h. * objc/Make-lang.in (objc-act.o): Depend on system.h. * objc/objc-act.c: Include system.h, remove redundant headers. From-SVN: r19573
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r--gcc/mips-tdump.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index edebf02..6ca005a 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.c
@@ -21,12 +21,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include "config.h"
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/file.h>
-#include <time.h>
-#include <fcntl.h>
-#include <errno.h>
+#include "system.h"
#ifdef index
#undef index