]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: trim includes
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 7 Feb 2014 08:26:14 +0000 (12:26 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 15 Feb 2014 12:10:25 +0000 (16:10 +0400)
commitb33276a7a8224de8f1b2adbf03eede36d63e1c33
treea447e5613ad91bcd0fe74adbfd40219977e4e092
parent24c84e687edd628084dd383ab1f1601765dbfd03
vl: trim includes

Over time, lots of stuff moved from vl.c into separate
files.  But include statements has never been cleaned,
and they continue to carry lots of anymore-unused stuff.

Remove includes which are not relevant for vl.c anymore.
Apparently there are more includes like this, because
many are included from qemu-common.h and the like, or,
for example, I don't see were we use win32-specific
stuff in vl.c (so that maybe #include <windows.h> might
be removed too).

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
vl.c