mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 06:16:24 -04:00
clean up includes and remove non-portable includes
This marginally increases the portability of hardened_malloc, eg. on OSX.
This commit is contained in:
parent
943704de7c
commit
b511696c55
14 changed files with 17 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <stdbool.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "test_util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue