summaryrefslogtreecommitdiff
path: root/tests/virtio-9p-test.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:10 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:23 +0000
commitfbc0412709270b9ada6acf35cbc3a2c76aab75c6 (patch)
tree628097d90bd8e5f60939e9150f6a0b20fc3eeb33 /tests/virtio-9p-test.c
parent532392622c1d493e3bec543b10f74f361ea40662 (diff)
downloadqemu-fbc0412709270b9ada6acf35cbc3a2c76aab75c6.tar.gz
9pfs: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-18-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'tests/virtio-9p-test.c')
-rw-r--r--tests/virtio-9p-test.c4
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)