diff options
Diffstat (limited to 'tests/virtio-9p-test.c')
-rw-r--r-- | tests/virtio-9p-test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/virtio-9p-test.c b/tests/virtio-9p-test.c index 1fae47797e..59d0f1fa9b 100644 --- a/tests/virtio-9p-test.c +++ b/tests/virtio-9p-test.c @@ -7,12 +7,10 @@ * See the COPYING file in the top-level directory. */ -#include <stdlib.h> -#include <string.h> +#include "qemu/osdep.h" #include <glib.h> #include "libqtest.h" #include "qemu-common.h" -#include "qemu/osdep.h" /* Tests only initialization so far. TODO: Replace with functional tests */ static void pci_nop(void) |