mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw: use "qemu/osdep.h" as first #include in source files
applied using ./scripts/clean-includes Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> Acked-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
6061b5c63e
commit
e9808d0969
7 changed files with 6 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
* top-level directory.
|
||||
*/
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include "qemu/osdep.h"
|
||||
#include <sys/ioctl.h>
|
||||
#include "standard-headers/linux/virtio_vsock.h"
|
||||
#include "qapi/error.h"
|
||||
#include "hw/virtio/virtio-bus.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue