This commit is contained in:
twinaphex 2016-03-22 03:32:00 +01:00
parent 2e14d0979b
commit cf7687b49c
3 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,7 @@
#include "../retroarch.h"
#include "../configuration.h"
#include "../runloop.h"
#include "../libretro_version_1.h"
#include "../gfx/video_thread_wrapper.h"
#include "../verbosity.h"

View File

@ -23,9 +23,7 @@
#include <gfx/math/matrix_4x4.h>
#include "../gfx/video_context_driver.h"
#include "../gfx/font_driver.h"
#include "../gfx/video_coord_array.h"
#include "../libretro_version_1.h"
#ifdef __cplusplus
extern "C" {

View File

@ -42,6 +42,7 @@
#include "../driver.h"
#include "../general.h"
#include "../system.h"
#include "../libretro_version_1.h"
#include "../dynamic.h"
#include "../camera/camera_driver.h"
#include "../location/location_driver.h"