aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos/malloc-pc.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-03-23 19:57:43 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2022-04-06 14:31:55 +0200
commit0f9668e0c197ab6de95f61a906703a1d127c11f8 (patch)
treea087c3d0c1fb00b249e22b265c8ca9fc7f930da9 /tests/qtest/libqos/malloc-pc.c
parentfcc41961c936d312c5a8a788aea34e41a6d09a18 (diff)
Remove qemu-common.h include from most units
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-33-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/malloc-pc.c')
-rw-r--r--tests/qtest/libqos/malloc-pc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qtest/libqos/malloc-pc.c b/tests/qtest/libqos/malloc-pc.c
index f1e3b392a5..bbd1b4827e 100644
--- a/tests/qtest/libqos/malloc-pc.c
+++ b/tests/qtest/libqos/malloc-pc.c
@@ -16,8 +16,6 @@
#include "standard-headers/linux/qemu_fw_cfg.h"
-#include "qemu-common.h"
-
#define ALLOC_PAGE_SIZE (4096)
void pc_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags)