diff --git a/examples/10-font/font.cpp b/examples/10-font/font.cpp index 016e12fb7..c0f49d8ae 100644 --- a/examples/10-font/font.cpp +++ b/examples/10-font/font.cpp @@ -17,7 +17,6 @@ #include #include -#include #include TrueTypeHandle loadTtf(FontManager* _fm, const char* _filePath) diff --git a/examples/common/entry/cmd.cpp b/examples/common/entry/cmd.cpp index f491ec421..ae3d14d34 100644 --- a/examples/common/entry/cmd.cpp +++ b/examples/common/entry/cmd.cpp @@ -3,9 +3,6 @@ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ -#include -#include // size_t - #include #include #include diff --git a/examples/common/font/font_manager.cpp b/examples/common/font/font_manager.cpp index eabab8765..3aaf8483a 100644 --- a/examples/common/font/font_manager.cpp +++ b/examples/common/font/font_manager.cpp @@ -26,7 +26,6 @@ BX_PRAGMA_DIAGNOSTIC_POP(); #include "../common.h" #include -#include #if USE_EDTAA3 # include