From 42a01f6f1acb3fd0cd781eebd9b2cc9b51a3e202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 13 Feb 2017 23:19:08 -0800 Subject: [PATCH] Cleanup. --- examples/10-font/font.cpp | 1 - examples/common/entry/cmd.cpp | 3 --- examples/common/font/font_manager.cpp | 1 - 3 files changed, 5 deletions(-) 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