Remove some header includes

This commit is contained in:
twinaphex 2017-01-23 00:39:20 +01:00
parent 0d5b3b9273
commit 4ea31e99aa
6 changed files with 0 additions and 6 deletions

View File

@ -41,7 +41,6 @@
#import "../../ui/drivers/cocoa/cocoa_common.h"
#include "../video_context_driver.h"
#include "../../configuration.h"
#include "../../runloop.h"
#include "../../verbosity.h"
#if defined(HAVE_COCOATOUCH)

View File

@ -25,7 +25,6 @@
#include "../../config.h"
#endif
#include "../../runloop.h"
#include "../video_context_driver.h"
#ifdef HAVE_EGL

View File

@ -37,7 +37,6 @@
#endif
#include "../../frontend/frontend_driver.h"
#include "../../runloop.h"
typedef struct
{

View File

@ -31,7 +31,6 @@
#include <GL/osmesa.h>
#include "../../configuration.h"
#include "../../runloop.h"
#include "../common/gl_common.h"
#if (OSMESA_MAJOR_VERSION * 1000 + OSMESA_MINOR_VERSION) >= 11002

View File

@ -32,7 +32,6 @@
#include <retro_inline.h>
#include "../../configuration.h"
#include "../../runloop.h"
#include "../video_context_driver.h"
#include "../../frontend/frontend_driver.h"

View File

@ -43,7 +43,6 @@
#endif
#include "../../frontend/frontend_driver.h"
#include "../../runloop.h"
#include "../../input/input_keyboard.h"
#include "../../input/input_keymaps.h"
#include "../../input/input_joypad_driver.h"