stdio.h not needed
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 24 Oct 2001 20:02:41 +0000 (20:02 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 24 Oct 2001 20:02:41 +0000 (20:02 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1442 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/tests/bp.c
support/regression/tests/longlit.c

index 41cd4c774cbf432ff1f5bc98da864a9f36acbd3f..aa0616274e2fcf8d6fae5091f8ed59c0cb8d199a 100644 (file)
@@ -2,7 +2,6 @@
  */
 #include <testfwk.h>
 #include <string.h>
-#include <stdio.h>
 
 int
 verifyBlock(char *p, char val, int len)
index ecee0b251f4bd59b17522303e697a8c18eef4b80..033a731400976946808566b1d33037ffff6e1cf4 100644 (file)
@@ -2,7 +2,6 @@
  */
 
 #include <testfwk.h>
-#include <stdio.h>
 
 #define OSCILLATOR 11059200
 #define BAUD 19200