Skip to content

Commit 19140e7

Browse files
committed
Fix missing cstdint include in internals.h
Also removed some other unnecessary header files in WARDuino.h.
1 parent 716d379 commit 19140e7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/WARDuino.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#pragma once
22

3-
#include <array>
4-
#include <climits>
5-
#include <cstdint>
6-
#include <cstdio>
7-
#include <map>
8-
#include <string>
93
#include <vector>
104

115
#include "Debug/debugger.h"

src/WARDuino/internals.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
#include <cstdint>
23
#include <map>
34
#include <string>
45
#include <vector>

0 commit comments

Comments
 (0)