mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 01:13:30 +00:00
Don't use malloc.h anymore
This commit is contained in:
parent
40594a3059
commit
c5ec1885f2
@ -1,5 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <libretro.h>
|
||||
#include <lists/string_list.h>
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "mylist.h"
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mylist.h"
|
||||
#include "mem_util.h"
|
||||
|
||||
void mylist_resize(MyList *list, int newSize, bool runConstructor)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <stddef.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <boolean.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user