mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix some includes
This commit is contained in:
parent
8343e121be
commit
7d3fa9a84d
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue