mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-20 19:40:39 +00:00
Don't include ui_companion_driver.h inside driver.h
This commit is contained in:
parent
de97726323
commit
63c12b0083
1
driver.h
1
driver.h
@ -27,7 +27,6 @@
|
||||
|
||||
#include "libretro_private.h"
|
||||
|
||||
#include "ui/ui_companion_driver.h"
|
||||
#include "gfx/font_renderer_driver.h"
|
||||
|
||||
#include "camera/camera_driver.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <rthreads/async_job.h>
|
||||
|
||||
#include "frontend.h"
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
|
||||
#include "../defaults.h"
|
||||
#include "../driver.h"
|
||||
@ -30,6 +31,7 @@
|
||||
#include "../runloop.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
|
||||
#define MAX_ARGS 32
|
||||
|
||||
/**
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "../../cheats.h"
|
||||
#include "../../general.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../ui/ui_companion_driver.h"
|
||||
|
||||
#ifndef BIND_ACTION_RIGHT
|
||||
#define BIND_ACTION_RIGHT(cbs, name) \
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "../../input/input_autodetect.h"
|
||||
#include "../../input/input_config.h"
|
||||
#include "../../cheevos.h"
|
||||
#include "../../ui/ui_companion_driver.h"
|
||||
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "../cheats.h"
|
||||
#include "../general.h"
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
#include "../gfx/video_shader_driver.h"
|
||||
#include "../config.features.h"
|
||||
#include "../git_version.h"
|
||||
|
@ -18,12 +18,13 @@
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../configuration.h"
|
||||
#include "../driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "ui_companion_driver.h"
|
||||
|
||||
|
||||
static const ui_companion_driver_t *ui_companion_drivers[] = {
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user