]> gcc.gnu.org Git - gcc.git/commitdiff
* avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
authorMarek Michalkiewicz <marekm@linux.org.pl>
Wed, 19 Apr 2000 23:23:42 +0000 (01:23 +0200)
committerJeff Law <law@gcc.gnu.org>
Wed, 19 Apr 2000 23:23:42 +0000 (17:23 -0600)
From-SVN: r33268

gcc/ChangeLog
gcc/config/avr/avr.c

index 86d0cb38aa224dec34513b6d3be037dfbf0edfc7..023978b6e3317fbf1cefe8700452b24c1399ec4c 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
+
+       * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
+
 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
 
        * cpphash.c (special_symbol): Represent an empty macro with
index 64320c7ada6df3ca1b3b4113a10198ffbd14a24d..8bccbc5e4ea6bb17e17177c39422cf77affa926b 100644 (file)
@@ -20,8 +20,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
-#include <stdio.h>
-#include <string.h>
+#include "system.h"
 #include "rtl.h"
 #include "regs.h"
 #include "hard-reg-set.h"
This page took 0.092915 seconds and 5 git commands to generate.