mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-15 20:56:51 +08:00
cleanup: move stdlib.h include to mem.c, where it belongs
This commit is contained in:
@@ -45,7 +45,6 @@ extern "C" {
|
||||
|
||||
#if MEM_LIBC_MALLOC
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h> /* for size_t */
|
||||
typedef size_t mem_size_t;
|
||||
#define MEM_SIZE_F SZT_F
|
||||
|
||||
Reference in New Issue
Block a user