]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
build-sys: don't include windows.h, osdep.h does it
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 22 Nov 2018 11:00:36 +0000 (15:00 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Jan 2019 12:57:24 +0000 (13:57 +0100)
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>
accel/tcg/translate-all.c

index 639f0b272875475115e37bf36c708865aaa90a02..8cb8c8870e685544844af20874836a357c5e3310 100644 (file)
  * 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"