mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 01:30:51 +00:00
Remove some header includes
This commit is contained in:
parent
0d5b3b9273
commit
4ea31e99aa
@ -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)
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../../runloop.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
#ifdef HAVE_EGL
|
||||
|
@ -37,7 +37,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user