diff options
Diffstat (limited to 'tests/i440fx-test.c')
| -rw-r--r-- | tests/i440fx-test.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/i440fx-test.c b/tests/i440fx-test.c index 7fa170990f..05029e90b2 100644 --- a/tests/i440fx-test.c +++ b/tests/i440fx-test.c @@ -12,13 +12,9 @@ * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include <glib.h> -#include <string.h> -#include <stdio.h> -#include <unistd.h> -#include <errno.h> #include <sys/mman.h> -#include <stdlib.h> #include "libqtest.h" #include "libqos/pci.h" @@ -27,8 +23,6 @@ #define BROKEN 1 -#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) - typedef struct TestData { int num_cpus; |