From 28db292f4371925159eee720b79e33723107b965 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 17 Sep 2008 14:15:11 +0000 Subject: Removing WConstants.h include from Stepper.h so it compiles with new WProgram.h include placement. Updated readme. --- libraries/Stepper/Stepper.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libraries') diff --git a/libraries/Stepper/Stepper.h b/libraries/Stepper/Stepper.h index a3aa180..4094aee 100644 --- a/libraries/Stepper/Stepper.h +++ b/libraries/Stepper/Stepper.h @@ -45,9 +45,6 @@ #ifndef Stepper_h #define Stepper_h -// include types & constants of Wiring core API -#include "WConstants.h" - // library interface description class Stepper { public: -- cgit v1.2.3-18-g5258