From 61be03a1d35aaa06eb3afa285e5f7757c1794efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 15 Feb 2017 22:24:49 -0800 Subject: [PATCH] Cleanup. --- examples/common/entry/entry_windows.cpp | 6 ++++-- src/bgfx.cpp | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/common/entry/entry_windows.cpp b/examples/common/entry/entry_windows.cpp index 49f7ae4a6..1184f2055 100644 --- a/examples/common/entry/entry_windows.cpp +++ b/examples/common/entry/entry_windows.cpp @@ -9,11 +9,13 @@ #include -#include -#include #include #include +#include +#include #include +#include + #include #include diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 9874cd74b..d35d3b7dc 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -20,6 +20,8 @@ #endif // BGFX_CONFIG_PROFILER_REMOTERY_BUILD_LIB #include +#include + #include "topology.h" BX_ERROR_RESULT(BGFX_ERROR_TEXTURE_VALIDATION, BX_MAKEFOURCC('b', 'g', 0, 1) );