tests/ptimer: Remove unnecessary inclusion of libqtest.h
ptimer-test is a unit test, not a qtest, so libqtest.h is not required here. Message-Id: <20191218103059.11729-3-thuth@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
3db9f6a324
commit
6f5b752e96
@ -14,7 +14,6 @@
|
|||||||
#include "qemu/main-loop.h"
|
#include "qemu/main-loop.h"
|
||||||
#include "hw/ptimer.h"
|
#include "hw/ptimer.h"
|
||||||
|
|
||||||
#include "libqtest.h"
|
|
||||||
#include "ptimer-test.h"
|
#include "ptimer-test.h"
|
||||||
|
|
||||||
static bool triggered;
|
static bool triggered;
|
||||||
|
Loading…
Reference in New Issue
Block a user