From 661bf1f62ada94701345c340c5cc144d991b4830 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 4 Feb 2001 11:55:43 +0000 Subject: [PATCH] removed obsolete #include "lcd.h" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@572 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/rtc390/rtc390.c | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.30.2