Header include changes

This commit is contained in:
twinaphex 2015-12-05 07:45:36 +01:00
parent e735f84baa
commit 1fcf63735f
5 changed files with 5 additions and 3 deletions

View File

@ -20,6 +20,7 @@
#include <boolean.h>
#include "libretro.h"
#include "driver.h"
#include "gfx/video_driver.h"
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -18,7 +18,10 @@
#define __RARCH_CONFIGURATION_H__
#include <stdint.h>
#include <retro_miscellaneous.h>
#include "gfx/video_driver.h"
#include "driver.h"
#ifndef MAX_USERS

View File

@ -29,7 +29,6 @@
#include "frontend/frontend_driver.h"
#include "ui/ui_companion_driver.h"
#include "gfx/video_driver.h"
#include "gfx/font_renderer_driver.h"
#include "camera/camera_driver.h"

View File

@ -19,7 +19,7 @@
#include <boolean.h>
#include "../driver.h"
#include "video_driver.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"

View File

@ -198,7 +198,6 @@ typedef struct video_driver
unsigned (*wrap_type_to_enum)(enum gfx_wrap_type type);
} video_driver_t;
enum aspect_ratio
{
ASPECT_RATIO_4_3 = 0,