diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 08:57:18 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 08:57:18 +0000 |
commit | 47003e2a6cf44c989099e779402cdb9f3b2bedd6 (patch) | |
tree | 0274e1c917678996d8d2e68c775870d0f977dd8a /gcc/mips-tdump.c | |
parent | b3819e2e94a4daa301a2b7198e9f66bd0a626988 (diff) | |
download | gcc-47003e2a6cf44c989099e779402cdb9f3b2bedd6.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19573 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r-- | gcc/mips-tdump.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index edebf022c1e..6ca005ad6dc 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 |