From 75133941a9ad423ba0bf1cbf965cd6ab56c75af4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 31 Jan 2017 05:33:42 +0100 Subject: [PATCH] Fix relative includes --- tasks/task_patch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/task_patch.c b/tasks/task_patch.c index 85aced82d2..70ece51223 100644 --- a/tasks/task_patch.c +++ b/tasks/task_patch.c @@ -32,9 +32,9 @@ #include -#include "msg_hash.h" -#include "retroarch.h" -#include "verbosity.h" +#include "../msg_hash.h" +#include "../retroarch.h" +#include "../verbosity.h" enum bps_mode {