]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/kvm/pci-assign.c
Use #include "..." for our own headers, <...> for others
[mirror_qemu.git] / hw / i386 / kvm / pci-assign.c
index 3623aa19659fdc180a88909a0757c3f263ec79f1..1a429e540230c0ca8c57263e10d32bbc7bb324a0 100644 (file)
@@ -20,7 +20,9 @@
  *  Copyright (C) 2008, Red Hat, Amit Shah (amit.shah@redhat.com)
  *  Copyright (C) 2008, IBM, Muli Ben-Yehuda (muli@il.ibm.com)
  */
+
 #include "qemu/osdep.h"
+#include <linux/kvm.h>
 #include "qapi/error.h"
 #include "hw/hw.h"
 #include "hw/i386/pc.h"
@@ -32,7 +34,6 @@
 #include "sysemu/sysemu.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/msi.h"
-#include "linux/kvm.h"
 #include "kvm_i386.h"
 #include "hw/pci/pci-assign.h"