qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 18/54] build-sys: don't include windows.h, osdep.h do


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 18/54] build-sys: don't include windows.h, osdep.h does it
Date: Wed, 12 Dec 2018 16:22:39 +0100

From: Marc-André Lureau <address@hidden>

osdep.h will also define the available Windows API version for QEMU.

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 accel/tcg/translate-all.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/accel/tcg/translate-all.c b/accel/tcg/translate-all.c
index 639f0b2..8cb8c88 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"
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]