Move more runloop.h includes

This commit is contained in:
twinaphex 2016-12-02 16:01:06 +01:00
parent a911c24ba3
commit 5e10dbf348
4 changed files with 5 additions and 8 deletions

View File

@ -34,7 +34,10 @@
#include "../driver.h"
#include "../paths.h"
#include "../retroarch.h"
#ifndef HAVE_MAIN
#include "../runloop.h"
#endif
/**
* main_exit:

View File

@ -22,9 +22,10 @@
#include "../font_driver.h"
#include "../../configuration.h"
#include "../../runloop.h"
#ifdef HAVE_D3D9
#include "../include/d3d9/d3dx9core.h"
#endif
typedef struct
{

View File

@ -23,7 +23,6 @@
#include "../drivers/d3d.h"
#include "../font_driver.h"
#include "../../runloop.h"
typedef struct
{

View File

@ -18,13 +18,8 @@
#include <string/stdstring.h>
#ifdef HAVE_CONFIG_H
#include "../../runloop.h"
#endif
#include "../d3d/d3d.h"
#include "../font_driver.h"
#include "../../runloop.h"
#include "../drivers/d3d_shaders/font.hlsl.d3d9.h"
@ -630,7 +625,6 @@ static void xdk360_free_font(void *data)
static void xdk360_render_msg_post(xdk360_video_font_t * font)
{
/* Cache the global pointer into a register */
LPDIRECT3DDEVICE d3dr = font->d3d->dev;
d3d_set_texture(d3dr, 0, NULL);