aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Print.h
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bcmi-labs.cc>2017-05-23 17:01:09 +0200
committerCristian Maglie <c.maglie@bcmi-labs.cc>2017-05-23 17:03:42 +0200
commitc7f8e5b207b48169e32c16bcf8077863f6f3421b (patch)
tree361c14fd8618666ffc5ade0e3f1ea134dbfa38a6 /cores/arduino/Print.h
parentba9d416862f599f343bbd152570b39bffa56009a (diff)
Removed unneeded include in Print.h
see https://github.com/arduino/Arduino/pull/5789#discussion_r118007759
Diffstat (limited to 'cores/arduino/Print.h')
-rw-r--r--cores/arduino/Print.h1
1 files changed, 0 insertions, 1 deletions
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 <inttypes.h>
#include <stdio.h> // for size_t
-#include <limits.h> // for INT_MAX
#include "WString.h"
#include "Printable.h"