diff --git a/examples/18-ibl/ibl.cpp b/examples/18-ibl/ibl.cpp index ce196709e..66576d6c5 100644 --- a/examples/18-ibl/ibl.cpp +++ b/examples/18-ibl/ibl.cpp @@ -3,6 +3,9 @@ * License: http://www.opensource.org/licenses/BSD-2-Clause */ +#include +#include + #include "common.h" #include "bgfx_utils.h" #include "imgui/imgui.h" @@ -11,9 +14,6 @@ #include #include -#include -#include - static bool s_flipV = false; static float s_texelHalf = 0.0f;