From c7f8e5b207b48169e32c16bcf8077863f6f3421b Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 23 May 2017 17:01:09 +0200 Subject: Removed unneeded include in Print.h see https://github.com/arduino/Arduino/pull/5789#discussion_r118007759 --- cores/arduino/Print.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cores') diff --git a/cores/arduino/Print.h b/cores/arduino/Print.h index 2b5aafd..058a2ab 100644 --- a/cores/arduino/Print.h +++ b/cores/arduino/Print.h @@ -22,7 +22,6 @@ #include #include // for size_t -#include // for INT_MAX #include "WString.h" #include "Printable.h" -- cgit v1.2.3-18-g5258