diff options
Diffstat (limited to 'qemu/tests/virtio-9p-test.c')
-rw-r--r-- | qemu/tests/virtio-9p-test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu/tests/virtio-9p-test.c b/qemu/tests/virtio-9p-test.c index 1fae47797..59d0f1fa9 100644 --- a/qemu/tests/virtio-9p-test.c +++ b/qemu/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) |