From d4a9452ed6548cb0e51d95ab6bcb890544e0ea94 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 23 May 2017 17:01:09 +0200 Subject: [PATCH] Removed unneeded include in Print.h see https://github.com/arduino/Arduino/pull/5789#discussion_r118007759 --- hardware/arduino/avr/cores/arduino/Print.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hardware/arduino/avr/cores/arduino/Print.h b/hardware/arduino/avr/cores/arduino/Print.h index 2b5aafd72..058a2abbd 100644 --- a/hardware/arduino/avr/cores/arduino/Print.h +++ b/hardware/arduino/avr/cores/arduino/Print.h @@ -22,7 +22,6 @@ #include #include // for size_t -#include // for INT_MAX #include "WString.h" #include "Printable.h"