mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
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
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
#include "qemu/main-loop.h"
|
||||
#include "hw/ptimer.h"
|
||||
|
||||
#include "libqtest.h"
|
||||
#include "ptimer-test.h"
|
||||
|
||||
static bool triggered;
|
||||
|
|
Loading…
Add table
Reference in a new issue