Revert "Merge branch 'fix_macos_build' into 'master'"

As well as fixing the MacOS build, it meddled with a bunch of files that
already did the right thing.

This reverts commit 8162541a14, reversing
changes made to e16c451d08.
This commit is contained in:
AnyOldName3 2022-10-12 22:48:34 +01:00
parent df8bd57a9e
commit 77de37b1ed
7 changed files with 172 additions and 181 deletions

View file

@ -8,11 +8,12 @@
#include <osg/Texture2D>
#include <osg/Texture3D>
#include <SDL_opengl_glext.h>
#include <components/debug/debuglog.hpp>
#include <components/files/conversion.hpp>
#include <components/misc/strings/algorithm.hpp>
#include <components/resource/imagemanager.hpp>
#include <components/sceneutil/glext.hpp>
#include <components/stereo/multiview.hpp>
#include <components/vfs/manager.hpp>