diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-03-29 22:48:16 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-29 15:48:16 -0700 |
commit | c3670418772058641e13f149e954d50f0225f0d4 (patch) | |
tree | af95aba757b8efe8c6c2a3d32c544b9e3a7a718f /gcc | |
parent | d50c6443101f1ffc06932e997b22a566b45907f7 (diff) | |
download | gcc-c3670418772058641e13f149e954d50f0225f0d4.zip gcc-c3670418772058641e13f149e954d50f0225f0d4.tar.gz gcc-c3670418772058641e13f149e954d50f0225f0d4.tar.bz2 |
* rs6000.c: Do not include stdioh or ctype.h anymore.
From-SVN: r18905
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4e2062..9522ee6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com) + * rs6000.c: Do not include stdioh or ctype.h anymore. + * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H). (stor-layout.o): Likewise. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 3be059d..db906be 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING. 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 "config.h" #include "system.h" #include "rtl.h" |