mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Fix some includes
This commit is contained in:
parent
8343e121be
commit
7d3fa9a84d
@ -162,10 +162,10 @@
|
||||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../gfx/video_thread_wrapper.h"
|
||||
#include "gfx/video_thread_wrapper.h"
|
||||
#endif
|
||||
#include "../gfx/video_display_server.h"
|
||||
#include "../gfx/video_crt_switch.h"
|
||||
#include "gfx/video_display_server.h"
|
||||
#include "gfx/video_crt_switch.h"
|
||||
#include "wifi/wifi_driver.h"
|
||||
#include "led/led_driver.h"
|
||||
#include "midi/midi_driver.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user