projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db9f6a
)
tests/ptimer: Remove unnecessary inclusion of libqtest.h
author
Thomas Huth
<thuth@redhat.com>
Mon, 9 Sep 2019 11:35:39 +0000
(13:35 +0200)
committer
Thomas Huth
<thuth@redhat.com>
Sun, 12 Jan 2020 10:42:40 +0000
(11:42 +0100)
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>
tests/ptimer-test.c
patch
|
blob
|
history
diff --git
a/tests/ptimer-test.c
b/tests/ptimer-test.c
index e16c30ce57376de057aa3b3f912dcf608f9e7110..9176b96c1ce219a510626fa1689708e7d3f7731a 100644
(file)
--- 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;