aboutsummaryrefslogtreecommitdiff
path: root/cores
diff options
context:
space:
mode:
Diffstat (limited to 'cores')
-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"