]> Git Repo - qemu.git/blobdiff - tests/i440fx-test.c
tests/qapi-schema: Cover union types with base
[qemu.git] / tests / i440fx-test.c
index bcd2181aca3511146fe6bc1faec139febac80531..ad232b561cecc4dac3c82d6e9ce7d1b4a4eeefe1 100644 (file)
  * See the COPYING file in the top-level directory.
  */
 
-#include "libqos/pci.h"
-#include "libqos/pci-pc.h"
-#include "libqtest.h"
-
-#include "hw/pci/pci_regs.h"
-
 #include <glib.h>
 #include <string.h>
 #include <stdio.h>
 #include <sys/mman.h>
 #include <stdlib.h>
 
+#include "libqtest.h"
+#include "libqos/pci.h"
+#include "libqos/pci-pc.h"
+#include "hw/pci/pci_regs.h"
+
 #define BROKEN 1
 
 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
This page took 0.023233 seconds and 4 git commands to generate.