mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
i386/hax: remove duplicated include
this file in include in "target/i386/hax-i386.h":
#ifdef CONFIG_WIN32
#include "target/i386/hax-windows.h"
#endif
which guaranties that sysemu/os-win32.h is previously included (CONFIG_WIN32)
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
744fc0540d
commit
6f144ff081
@@ -20,7 +20,6 @@
|
||||
#ifndef TARGET_I386_HAX_WINDOWS_H
|
||||
#define TARGET_I386_HAX_WINDOWS_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <memory.h>
|
||||
#include <malloc.h>
|
||||
#include <winioctl.h>
|
||||
|
||||
Reference in New Issue
Block a user