[email protected] writes: > From: Marc-André Lureau <[email protected]> > > Signed-off-by: Marc-André Lureau <[email protected]> > --- > tests/unit/check-qobject.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/unit/check-qobject.c b/tests/unit/check-qobject.c > index c1713d15af4e..c3d50e99949a 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"
Missed in commit da668aa15b "tests: Move unit tests into a separate directory". Reviewed-by: Markus Armbruster <[email protected]>
