Header include cleanups

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

View File

@ -28,6 +28,7 @@
#include "menu_shader.h"
#include "../content.h"
#include "../dynamic.h"
#include "../core_info.h"
#include "../retroarch.h"
#include "../system.h"

View File

@ -32,8 +32,6 @@
#include "../gfx/video_shader_driver.h"
#include "../driver.h"
#include "../libretro.h"
#include "../dynamic.h"
#ifdef __cplusplus
extern "C" {

View File

@ -47,6 +47,7 @@
#include "content.h"
#include "core_type.h"
#include "core_info.h"
#include "dynamic.h"
#include "msg_hash.h"
#include "movie.h"
#include "verbosity.h"