From b3d1460368eba1ba3a9d78e5ca8c5e6bfcee42a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Fri, 10 Apr 2020 21:11:18 -0700 Subject: [PATCH] Cleanup. --- examples/common/font/font_manager.cpp | 2 +- examples/common/nanovg/nanovg.cpp | 2 +- include/bgfx/embedded_shader.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/common/font/font_manager.cpp b/examples/common/font/font_manager.cpp index 0da5c17a0..13c92ce2e 100644 --- a/examples/common/font/font_manager.cpp +++ b/examples/common/font/font_manager.cpp @@ -3,7 +3,7 @@ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ -#include +#include #if BX_COMPILER_MSVC # define generic GenericFromFreeType // WinRT language extensions see "generic" as a keyword... this is stupid diff --git a/examples/common/nanovg/nanovg.cpp b/examples/common/nanovg/nanovg.cpp index 4832fb421..3a0af013e 100644 --- a/examples/common/nanovg/nanovg.cpp +++ b/examples/common/nanovg/nanovg.cpp @@ -23,7 +23,7 @@ #include "nanovg.h" -#include +#include BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4701) // error C4701: potentially uninitialized local variable 'cint' used // -Wunused-function and 4505 must be file scope, can't be disabled between push/pop. diff --git a/include/bgfx/embedded_shader.h b/include/bgfx/embedded_shader.h index 706386a4f..6dc121c22 100644 --- a/include/bgfx/embedded_shader.h +++ b/include/bgfx/embedded_shader.h @@ -6,7 +6,7 @@ #ifndef BGFX_EMBEDDED_SHADER_H_HEADER_GUARD #define BGFX_EMBEDDED_SHADER_H_HEADER_GUARD -#include +#include #include "bgfx.h" #define BGFX_EMBEDDED_SHADER_DXBC(...)