]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
vfio: cleanup includes
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Apr 2013 19:35:40 +0000 (13:35 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Apr 2013 19:35:40 +0000 (13:35 -0600)
Starting to get messy, put the back in alphabetical order.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio_pci.c

index 0d2a4451d79bee03daad64fc73030b0aa5cb8632..693a9ffddafbba85b0b6788b21afcd483a890c20 100644 (file)
  */
 
 #include <dirent.h>
-#include <unistd.h>
+#include <linux/vfio.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <linux/vfio.h>
+#include <unistd.h>
 
 #include "config.h"
-#include "qemu/event_notifier.h"
 #include "exec/address-spaces.h"
-#include "sysemu/kvm.h"
-#include "sysemu/sysemu.h"
 #include "exec/memory.h"
 #include "hw/pci/msi.h"
 #include "hw/pci/msix.h"
 #include "hw/pci/pci.h"
 #include "qemu-common.h"
 #include "qemu/error-report.h"
+#include "qemu/event_notifier.h"
 #include "qemu/queue.h"
 #include "qemu/range.h"
+#include "sysemu/kvm.h"
+#include "sysemu/sysemu.h"
 
 /* #define DEBUG_VFIO */
 #ifdef DEBUG_VFIO