From: Alex Williamson Date: Mon, 1 Apr 2013 19:35:40 +0000 (-0600) Subject: vfio: cleanup includes X-Git-Tag: v1.5.0-rc0~362^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcfdbad69aa510bc87b4a2585a597e028ca4eaa;p=thirdparty%2Fqemu.git vfio: cleanup includes Starting to get messy, put the back in alphabetical order. Signed-off-by: Alex Williamson --- diff --git a/hw/vfio_pci.c b/hw/vfio_pci.c index 0d2a4451d79..693a9ffddaf 100644 --- a/hw/vfio_pci.c +++ b/hw/vfio_pci.c @@ -19,26 +19,26 @@ */ #include -#include +#include #include #include #include #include -#include +#include #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