mirror of
https://github.com/fluencelabs/musl
synced 2025-06-21 18:51:52 +00:00
include cleanups: remove unused headers and add feature test macros
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
#include <wchar.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||
#define MIN(a,b) ((a)<(b)?(a):(b))
|
||||
|
Reference in New Issue
Block a user