mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Don't include frontend_driver.h as part of driver.h
This commit is contained in:
parent
70e5283d66
commit
f72b69e8d1
@ -19,6 +19,7 @@
|
||||
|
||||
#include "command_event.h"
|
||||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "audio/audio_driver.h"
|
||||
#include "autosave.h"
|
||||
#include "cheats.h"
|
||||
|
1
driver.h
1
driver.h
@ -27,7 +27,6 @@
|
||||
|
||||
#include "libretro_private.h"
|
||||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "ui/ui_companion_driver.h"
|
||||
#include "gfx/font_renderer_driver.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <file/config_file.h>
|
||||
|
||||
#include "video_thread_wrapper.h"
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "video_context_driver.h"
|
||||
#include "../config.def.h"
|
||||
#include "../general.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
#include "../cheats.h"
|
||||
#include "../general.h"
|
||||
#include "../frontend/frontend_driver.h"
|
||||
#include "../gfx/video_shader_driver.h"
|
||||
#include "../config.features.h"
|
||||
#include "../git_version.h"
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "movie.h"
|
||||
#include "verbosity.h"
|
||||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "audio/audio_driver.h"
|
||||
#include "libretro_version_1.h"
|
||||
#include "configuration.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user