diff --git a/retroarch.c b/retroarch.c index b0e7528bc7..aa9364d0c8 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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"