Skip to content

Commit 5322185

Browse files
committed
Removed unneeded include in Print.h
see arduino/Arduino#5789 (comment)
1 parent 680d60f commit 5322185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: arduino/avr/cores/arduino/Print.h

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include <inttypes.h>
2424
#include <stdio.h> // for size_t
25-
#include <limits.h> // for INT_MAX
2625

2726
#include "WString.h"
2827
#include "Printable.h"

0 commit comments

Comments
 (0)