Branimir Karadžić 8 years ago
parent
commit
42a01f6f1a

+ 0 - 1
examples/10-font/font.cpp

@@ -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)

+ 0 - 3
examples/common/entry/cmd.cpp

@@ -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>

+ 0 - 1
examples/common/font/font_manager.cpp

@@ -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>