Skip to content

Commit

Permalink
Removed unneeded include in Print.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 23, 2017
1 parent ba9d416 commit c7f8e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cores/arduino/Print.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c7f8e5b

Please sign in to comment.