diff options
Diffstat (limited to 'semihosting/guestfd.c')
-rw-r--r-- | semihosting/guestfd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/semihosting/guestfd.c b/semihosting/guestfd.c index 955c2ef..d324143 100644 --- a/semihosting/guestfd.c +++ b/semihosting/guestfd.c @@ -12,10 +12,7 @@ #include "gdbstub/syscalls.h" #include "semihosting/semihost.h" #include "semihosting/guestfd.h" -#ifdef CONFIG_USER_ONLY -#include "qemu.h" -#else -#include "semihosting/uaccess.h" +#ifndef CONFIG_USER_ONLY #include CONFIG_DEVICES #endif |