Skip to content

Commit e33c48b

Browse files
committed
Additional cleanup to support removal of Common.h
1 parent 676527a commit e33c48b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Interrupts.h

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <stdlib.h>
66
#include <stdbool.h>
77
#include <stdint.h>
8-
#include "Common.h"
98

109
template <typename T>
1110
using voidTemplateFuncPtrParam = void (*)(T param);

api/Stream.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
findMulti/findUntil routines written by Jim Leonard/Xuth
2323
*/
2424

25-
#include "Common.h"
2625
#include "Stream.h"
2726

27+
#include "WTime.h"
28+
2829
#define PARSE_TIMEOUT 1000 // default number of milli-seconds to wait
2930

3031
// private method to read stream with timeout

0 commit comments

Comments
 (0)