Skip to content

Commit

Permalink
Printable.h doesn't need new.h but only stdlib.h for size_t.
Browse files Browse the repository at this point in the history
Probalby new.h may be removed completely.
  • Loading branch information
cmaglie committed Sep 6, 2014
1 parent 4801801 commit df77892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/arduino/Printable.h
Expand Up @@ -20,7 +20,7 @@
#ifndef Printable_h
#define Printable_h

#include <new.h>
#include <stdlib.h>

class Print;

Expand Down

0 comments on commit df77892

Please sign in to comment.