From: Marc-André Lureau Date: Fri, 11 Mar 2022 12:48:04 +0000 (+0400) Subject: tests: remove needless include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=389834ee65c57b8404988ac6d556b90160df31f0;p=qemu.git tests: remove needless include Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster --- diff --git a/tests/unit/check-qobject.c b/tests/unit/check-qobject.c index c1713d15af..c3d50e9994 100644 --- a/tests/unit/check-qobject.c +++ b/tests/unit/check-qobject.c @@ -8,7 +8,6 @@ */ #include "qemu/osdep.h" -#include "block/qdict.h" #include "qapi/error.h" #include "qapi/qmp/qbool.h" #include "qapi/qmp/qdict.h"