mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Cut down on header includes
This commit is contained in:
parent
000f9650d7
commit
04b98bebd9
@ -14,14 +14,17 @@
|
||||
*/
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "runloop_data.h"
|
||||
#include "general.h"
|
||||
#include "input/input_overlay.h"
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include <rthreads/rthreads.h>
|
||||
#endif
|
||||
|
||||
#include "general.h"
|
||||
|
||||
#include "runloop_data.h"
|
||||
#include "tasks/tasks.h"
|
||||
#include "input/input_overlay.h"
|
||||
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "menu/menu.h"
|
||||
#include "menu/menu_entries.h"
|
||||
|
@ -16,12 +16,10 @@
|
||||
#ifndef __RETROARCH_DATA_RUNLOOP_H
|
||||
#define __RETROARCH_DATA_RUNLOOP_H
|
||||
|
||||
#include <queues/message_queue.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#ifdef HAVE_THREADS
|
||||
#include <rthreads/rthreads.h>
|
||||
#endif
|
||||
#include "tasks/tasks.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -18,6 +18,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#include <queues/message_queue.h>
|
||||
|
||||
#include "../runloop_data.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user