mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +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 <retro_miscellaneous.h>
|
||||||
#include "runloop_data.h"
|
|
||||||
#include "general.h"
|
|
||||||
#include "input/input_overlay.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
#include <rthreads/rthreads.h>
|
#include <rthreads/rthreads.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "general.h"
|
||||||
|
|
||||||
|
#include "runloop_data.h"
|
||||||
|
#include "tasks/tasks.h"
|
||||||
|
#include "input/input_overlay.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
#include "menu/menu.h"
|
#include "menu/menu.h"
|
||||||
#include "menu/menu_entries.h"
|
#include "menu/menu_entries.h"
|
||||||
|
@ -16,12 +16,10 @@
|
|||||||
#ifndef __RETROARCH_DATA_RUNLOOP_H
|
#ifndef __RETROARCH_DATA_RUNLOOP_H
|
||||||
#define __RETROARCH_DATA_RUNLOOP_H
|
#define __RETROARCH_DATA_RUNLOOP_H
|
||||||
|
|
||||||
#include <queues/message_queue.h>
|
|
||||||
#include <retro_miscellaneous.h>
|
#include <retro_miscellaneous.h>
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
#include <rthreads/rthreads.h>
|
#include <rthreads/rthreads.h>
|
||||||
#endif
|
#endif
|
||||||
#include "tasks/tasks.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
|
#include <queues/message_queue.h>
|
||||||
|
|
||||||
#include "../runloop_data.h"
|
#include "../runloop_data.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user