Skip to content

Commit 60607e1

Browse files
committed
[HWSerial] Clean header includes
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent a22bd6b commit 60607e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cores/arduino/HardwareSerial.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
Modified 3 December 2013 by Matthijs Kooijman
2323
*/
2424

25-
#include <stdlib.h>
2625
#include <stdio.h>
27-
#include <string.h>
28-
#include <inttypes.h>
2926
#include "Arduino.h"
3027
#include "HardwareSerial.h"
3128

0 commit comments

Comments
 (0)