diff options
-rw-r--r-- | target/i386/hax-windows.h | 2 | ||||
-rw-r--r-- | target/i386/hvf/x86_mmu.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/target/i386/hax-windows.h b/target/i386/hax-windows.h index 004f867..20e2f85 100644 --- a/target/i386/hax-windows.h +++ b/target/i386/hax-windows.h @@ -20,8 +20,6 @@ #ifndef TARGET_I386_HAX_WINDOWS_H #define TARGET_I386_HAX_WINDOWS_H -#include <memory.h> -#include <malloc.h> #include <winioctl.h> #include <windef.h> diff --git a/target/i386/hvf/x86_mmu.c b/target/i386/hvf/x86_mmu.c index c6be2cc..d5a0efe 100644 --- a/target/i386/hvf/x86_mmu.c +++ b/target/i386/hvf/x86_mmu.c @@ -17,7 +17,6 @@ */ #include "qemu/osdep.h" -#include <memory.h> #include "panic.h" #include "qemu-common.h" #include "cpu.h" |