From 338f67fa3cfbe9240c8deb63b6d8be869a3468dc Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 6 Aug 2010 01:23:19 +0000 Subject: [PATCH] No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String). --- LiquidCrystal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/LiquidCrystal.h b/LiquidCrystal.h index 572c139..f66ec1b 100755 --- a/LiquidCrystal.h +++ b/LiquidCrystal.h @@ -2,7 +2,6 @@ #define LiquidCrystal_h #include -#include "WProgram.h" #include "Print.h" // commands