summaryrefslogtreecommitdiff
path: root/hw/semihosting/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/semihosting/console.c')
-rw-r--r--hw/semihosting/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/semihosting/console.c b/hw/semihosting/console.c
index 9b4fee9260..c9ebd6fdd0 100644
--- a/hw/semihosting/console.c
+++ b/hw/semihosting/console.c
@@ -17,8 +17,8 @@
#include "qemu/osdep.h"
#include "cpu.h"
-#include "hw/semihosting/semihost.h"
-#include "hw/semihosting/console.h"
+#include "semihosting/semihost.h"
+#include "semihosting/console.h"
#include "exec/gdbstub.h"
#include "exec/exec-all.h"
#include "qemu/log.h"