@@ -17,7 +17,6 @@
#include <iconfontheaders/icons_font_awesome.h>
#include <iconfontheaders/icons_kenney.h>
-#include <stdio.h>
#include <wchar.h>
TrueTypeHandle loadTtf(FontManager* _fm, const char* _filePath)
@@ -3,9 +3,6 @@
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
-#include <stdint.h>
-#include <stdlib.h> // size_t
-
#include <bx/allocator.h>
#include <bx/hash.h>
#include <bx/commandline.h>
@@ -26,7 +26,6 @@ BX_PRAGMA_DIAGNOSTIC_POP();
#include "../common.h"
#include <bgfx/bgfx.h>
-#include <math.h>
#if USE_EDTAA3
# include <edtaa3/edtaa3func.cpp>