Hopefully fixes mingw64-w32 build

This commit is contained in:
twinaphex 2015-11-05 19:44:00 +01:00
parent 45e4012b76
commit be57dcb659

View File

@ -24,6 +24,7 @@
#include <Cg/cg.h> #include <Cg/cg.h>
#ifdef HAVE_OPENGL #ifdef HAVE_OPENGL
#include "../drivers/gl_common.h"
#include <Cg/cgGL.h> #include <Cg/cgGL.h>
#endif #endif
@ -33,9 +34,6 @@
#include <file/file_path.h> #include <file/file_path.h>
#include <rhash.h> #include <rhash.h>
#ifdef HAVE_OPENGL
#include "../drivers/gl_common.h"
#endif
#include "../video_shader_driver.h" #include "../video_shader_driver.h"
#include "../../dynamic.h" #include "../../dynamic.h"
#include "../../rewind.h" #include "../../rewind.h"