Skip to content

Commit

Permalink
Even removed SDK include form malloc.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
migthymax committed Feb 25, 2024
1 parent 1ed0e09 commit 4d99f8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/include/malloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#include <stddef.h>
#include <stdio.h>
#include <exec/lists.h>
#include <exec/nodes.h>

#define SIZE_ALIGN (4 * sizeof(size_t))
#define SIZE_MASK (-SIZE_ALIGN)
Expand Down

0 comments on commit 4d99f8a

Please sign in to comment.