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
This commit is contained in:
darkstar
2018-10-08 00:33:04 +02:00
parent 6ea0da4884
commit 63cf4390f9

View File

@@ -54,8 +54,8 @@
#include <stdio.h>
#include <stdlib.h>
#define PLAT_SERIAL_C
#include "../../emu.h"
#include "../../plat.h"
#include "../emu.h"
#include "../plat.h"
#include "../devices/ports/serial.h"