From: Loïc Blot Date: Sat, 19 Aug 2017 20:24:30 +0000 (+0200) Subject: Fix shader.h inclusion place in game.cpp X-Git-Tag: 5.0.0~918 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50669cd2822a11570ae462972194eeb2d585a8c1;p=oweals%2Fminetest.git Fix shader.h inclusion place in game.cpp --- diff --git a/src/game.cpp b/src/game.cpp index c71fa457b..233c26525 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -54,6 +54,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "raycast.h" #include "server.h" #include "settings.h" +#include "shader.h" #include "sky.h" #include "subgame.h" #include "tool.h" @@ -66,8 +67,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #if USE_SOUND #include "sound_openal.h" -#include "shader.h" - #endif extern Settings *g_settings;