diff options
| author | Thomas Huth <thuth@redhat.com> | 2019-09-09 13:35:39 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2020-01-12 11:42:40 +0100 |
| commit | 6f5b752e963d39fb86369bc1bdf57374e148cd6d (patch) | |
| tree | 43912e20c208d70a5505fe6693294b093b1bd6da | |
| parent | 3db9f6a324bf0c78fd3dcfc08aff68d267420859 (diff) | |
| download | focaccia-qemu-6f5b752e963d39fb86369bc1bdf57374e148cd6d.tar.gz focaccia-qemu-6f5b752e963d39fb86369bc1bdf57374e148cd6d.zip | |
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>
| -rw-r--r-- | tests/ptimer-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ptimer-test.c b/tests/ptimer-test.c index e16c30ce57..9176b96c1c 100644 --- a/tests/ptimer-test.c +++ b/tests/ptimer-test.c @@ -14,7 +14,6 @@ #include "qemu/main-loop.h" #include "hw/ptimer.h" -#include "libqtest.h" #include "ptimer-test.h" static bool triggered; |