diff --git a/examples/23-vectordisplay/vectordisplay.cpp b/examples/23-vectordisplay/vectordisplay.cpp index 6ece80366d..682b5b75ec 100644 --- a/examples/23-vectordisplay/vectordisplay.cpp +++ b/examples/23-vectordisplay/vectordisplay.cpp @@ -10,7 +10,6 @@ // https://web.archive.org/web/20120313001837/http://paulbourke.net/dataformats/hershey/ // #include // FLT_EPSILON -#include // alloca #include diff --git a/tools/shaderc/shaderc.h b/tools/shaderc/shaderc.h index 00f860b1b6..2c392190ec 100644 --- a/tools/shaderc/shaderc.h +++ b/tools/shaderc/shaderc.h @@ -15,14 +15,6 @@ namespace bgfx # define SHADERC_CONFIG_HLSL BX_PLATFORM_WINDOWS #endif // SHADERC_CONFIG_HLSL -#include -#include -#include -#include -#include -#include -#include - #include #include #include @@ -33,6 +25,12 @@ namespace bgfx #include #include "../../src/vertexlayout.h" +#include +#include +#include +#include +#include + namespace bgfx { extern bool g_verbose;