From: johanknol Date: Sun, 4 Feb 2001 11:55:43 +0000 (+0000) Subject: removed obsolete #include "lcd.h" X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=661bf1f62ada94701345c340c5cc144d991b4830;p=fw%2Fsdcc removed obsolete #include "lcd.h" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@572 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/examples/ds390/rtc390/rtc390.c b/device/examples/ds390/rtc390/rtc390.c index 08880167..11e6be36 100755 --- a/device/examples/ds390/rtc390/rtc390.c +++ b/device/examples/ds390/rtc390/rtc390.c @@ -27,10 +27,6 @@ //#define USE_LCD -#ifdef USE_LCD -#include "lcd.h" -#endif - int ScanInt(int current) { char reply[32], *r;