- fixes copied from Raze.

This commit is contained in:
Christoph Oelckers 2020-04-29 23:58:50 +02:00
commit d71ef66957
13 changed files with 17 additions and 17 deletions

View file

@ -35,7 +35,6 @@
#endif // __APPLE__
#include "cmdlib.h"
#include "d_protocol.h"
#include "i_system.h"
#include "gameconfigfile.h"
#include "x86.h"

View file

@ -51,7 +51,7 @@
#include "gl_framebuffer.h"
#ifdef HAVE_VULKAN
#include "rendering/vulkan/system/vk_framebuffer.h"
#include "vk_framebuffer.h"
#endif
#ifdef HAVE_SOFTPOLY