Skip to content

Commit d4a9452

Browse files
committed
Removed unneeded include in Print.h
see #5789 (comment)
1 parent ed7007c commit d4a9452

File tree

1 file changed

+0
-1
lines changed
  • hardware/arduino/avr/cores/arduino

1 file changed

+0
-1
lines changed

hardware/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)