summaryrefslogtreecommitdiffstats
path: root/tests/qtest/libqos/virtio-balloon.h
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-04 20:00:40 +0200
committerPaolo Bonzini2020-08-21 12:30:20 +0200
commita2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch)
treefb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/virtio-balloon.h
parentmeson: convert chardev directory to Meson (emulator part) (diff)
downloadqemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz
qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.xz
qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/virtio-balloon.h')
-rw-r--r--tests/qtest/libqos/virtio-balloon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qtest/libqos/virtio-balloon.h b/tests/qtest/libqos/virtio-balloon.h
index 5b919303a6..309894c338 100644
--- a/tests/qtest/libqos/virtio-balloon.h
+++ b/tests/qtest/libqos/virtio-balloon.h
@@ -19,9 +19,9 @@
#ifndef TESTS_LIBQOS_VIRTIO_BALLOON_H
#define TESTS_LIBQOS_VIRTIO_BALLOON_H
-#include "libqos/qgraph.h"
-#include "libqos/virtio.h"
-#include "libqos/virtio-pci.h"
+#include "qgraph.h"
+#include "virtio.h"
+#include "virtio-pci.h"
typedef struct QVirtioBalloon QVirtioBalloon;
typedef struct QVirtioBalloonPCI QVirtioBalloonPCI;