]> git.proxmox.com Git - qemu.git/commit
w32: Fix broken build (missing include file)
authorStefan Weil <sw@weilnetz.de>
Thu, 7 Jun 2012 13:45:35 +0000 (15:45 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Jun 2012 10:41:43 +0000 (10:41 +0000)
commitbbbc0e244e35cdc159f559e9d47e5941a1b35745
treee5147282b2cb3d97668659e1b91d2c0f3c26bda9
parent3294ce1893620aecf0d2a693c7177a0f84129422
w32: Fix broken build (missing include file)

dump.c was recently added to the code. It unconditionally
includes sys/procfs which is not available with MinGW (w32, w64).

It looks like this file is not needed at all (tested on Linux),
so I removed it completely.

Some other include statements are also redundant because they are
already included in qemu-common, therefore they were removed, too.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
dump.c