Moving stdlib.h include outside of imgui.h (#405)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <float.h> // FLT_MAX
|
||||
#include <stdarg.h> // va_list
|
||||
#include <stddef.h> // ptrdiff_t, NULL
|
||||
#include <stdlib.h> // NULL, malloc, free, qsort, atoi
|
||||
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
|
||||
|
||||
#define IMGUI_VERSION "1.47 WIP"
|
||||
|
||||
Reference in New Issue
Block a user