]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rs6000.c: Do not include stdioh or ctype.h anymore.
authorJeffrey A Law <law@cygnus.com>
Sun, 29 Mar 1998 22:48:16 +0000 (22:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Mar 1998 22:48:16 +0000 (15:48 -0700)
From-SVN: r18905

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index a4e20621b7c81c28d07632495547887bdb1093b2..9522ee6e681d4082a15498295aeb40ba2c045d78 100644 (file)
@@ -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.
index 3be059db13fddce7eb254e210d44740072ec2bf6..db906be0fa37427f9c60b5323753766d3a80973e 100644 (file)
@@ -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"