From 7d3fa9a84dd4b88ec936cb7d6634abaabb8940a7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Jul 2019 15:42:35 +0200 Subject: [PATCH] Fix some includes --- retroarch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"