OSDN Git Service

* avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Apr 2000 23:23:42 +0000 (23:23 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Apr 2000 23:23:42 +0000 (23:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33268 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 86d0cb3..023978b 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 64320c7..8bccbc5 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"