This commit is contained in:
twinaphex 2016-09-08 08:15:40 +02:00
parent 34022605aa
commit b43f786f89
5 changed files with 20 additions and 8 deletions

View File

@ -14,15 +14,19 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <retro_assert.h> #include <retro_assert.h>
#include "../../verbosity.h" #ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include "egl_common.h"
#ifdef HAVE_OPENGL #ifdef HAVE_OPENGL
#include "gl_common.h" #include "gl_common.h"
#endif #endif
#include "egl_common.h"
#include "../../verbosity.h"
#include "../../frontend/frontend_driver.h" #include "../../frontend/frontend_driver.h"
bool g_egl_inited; bool g_egl_inited;

View File

@ -14,11 +14,11 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <gfx/math/matrix_4x4.h>
#include "../drivers/gl_capabilities.h" #include "../drivers/gl_capabilities.h"
#include "../video_coord_array.h" #include "../video_coord_array.h"
#include <gfx/math/matrix_4x4.h>
void gl_ff_vertex(const struct video_coords *coords) void gl_ff_vertex(const struct video_coords *coords)
{ {
#ifndef NO_GL_FF_VERTEX #ifndef NO_GL_FF_VERTEX

View File

@ -13,6 +13,10 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <retro_assert.h>
#include <dynamic/dylib.h>
#include <string/stdstring.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "../../config.h" #include "../../config.h"
#endif #endif
@ -23,10 +27,6 @@
#endif #endif
#endif #endif
#include <retro_assert.h>
#include <dynamic/dylib.h>
#include <string/stdstring.h>
#include "vulkan_common.h" #include "vulkan_common.h"
#include "../../configuration.h" #include "../../configuration.h"
#include "../../performance_counters.h" #include "../../performance_counters.h"

View File

@ -16,6 +16,10 @@
#include <retro_miscellaneous.h> #include <retro_miscellaneous.h>
#include <string/stdstring.h> #include <string/stdstring.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include "../../frontend/frontend_driver.h" #include "../../frontend/frontend_driver.h"
#include "../../configuration.h" #include "../../configuration.h"
#include "../../general.h" #include "../../general.h"

View File

@ -23,6 +23,10 @@
#include <X11/Xatom.h> #include <X11/Xatom.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include "x11_common.h" #include "x11_common.h"
#include "../../frontend/frontend_driver.h" #include "../../frontend/frontend_driver.h"
#include "../../input/common/input_x11_common.h" #include "../../input/common/input_x11_common.h"