Skip to content

Commit f14e5ce

Browse files
committed
lwIP: Remove extraneous include <stdbool>.
1 parent acfdfcb commit f14e5ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/raspberrypi/lwip_inc/lwip_mem.h

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#pragma once
88

99
#include <stddef.h>
10-
#include <stdbool.h>
1110

1211
void *lwip_heap_malloc(size_t size);
1312
void lwip_heap_free(void *ptr);

0 commit comments

Comments
 (0)