Skip to content

Commit d0dbb03

Browse files
committed
Removing useless headers.
1 parent adf4a88 commit d0dbb03

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

os/src/sbrk.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
#include <reent.h>
2-
#include <errno.h>
31
#include <stdlib.h>
42

5-
#include <FreeRTOS.h>
6-
#include <task.h>
7-
#include <semphr.h>
8-
#include <mpu_wrappers.h>
9-
10-
#include "osdebug.h"
11-
123
extern uintptr_t __heap_start;
134
extern uintptr_t __stack_start;
145

0 commit comments

Comments
 (0)