From: bernhardheld Date: Wed, 24 Oct 2001 20:02:41 +0000 (+0000) Subject: stdio.h not needed X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=541d83d9229c4cae95e807891dc56cceba4a5bd5;p=fw%2Fsdcc stdio.h not needed git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1442 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/bp.c b/support/regression/tests/bp.c index 41cd4c77..aa061627 100644 --- a/support/regression/tests/bp.c +++ b/support/regression/tests/bp.c @@ -2,7 +2,6 @@ */ #include #include -#include int verifyBlock(char *p, char val, int len) diff --git a/support/regression/tests/longlit.c b/support/regression/tests/longlit.c index ecee0b25..033a7314 100644 --- a/support/regression/tests/longlit.c +++ b/support/regression/tests/longlit.c @@ -2,7 +2,6 @@ */ #include -#include #define OSCILLATOR 11059200 #define BAUD 19200