From 63cf4390f96bb3d6ffdf7981375161d8b3aac0bb Mon Sep 17 00:00:00 2001 From: darkstar Date: Mon, 8 Oct 2018 00:33:04 +0200 Subject: [PATCH] Fix include paths yes, I know the file is currently not used but let's fix it anyways to keep it in sync with the changes --- src/win/win_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win/win_serial.c b/src/win/win_serial.c index 0157d1b..4fec0ff 100644 --- a/src/win/win_serial.c +++ b/src/win/win_serial.c @@ -54,8 +54,8 @@ #include #include #define PLAT_SERIAL_C -#include "../../emu.h" -#include "../../plat.h" +#include "../emu.h" +#include "../plat.h" #include "../devices/ports/serial.h"