diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2018-11-22 15:00:36 +0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-11 13:57:24 +0100 |
| commit | 444e20a36f417c0b6f413e90ec826377da29d084 (patch) | |
| tree | 384174fcb37a4c77b26fac15852aaa193e5fdbf6 | |
| parent | ea84a44250f79566484692bb000e97776ac66047 (diff) | |
| download | focaccia-qemu-444e20a36f417c0b6f413e90ec826377da29d084.tar.gz focaccia-qemu-444e20a36f417c0b6f413e90ec826377da29d084.zip | |
build-sys: don't include windows.h, osdep.h does it
osdep.h will also define the available Windows API version for QEMU. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20181122110039.15972-2-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | accel/tcg/translate-all.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c index 639f0b2728..8cb8c8870e 100644 --- a/accel/tcg/translate-all.c +++ b/accel/tcg/translate-all.c @@ -16,12 +16,8 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#ifdef _WIN32 -#include <windows.h> -#endif #include "qemu/osdep.h" - #include "qemu-common.h" #define NO_CPU_IO_DEFS #include "cpu.h" |