diff mbox series

[PULL,2/8] tests/ptimer: Remove unnecessary inclusion of libqtest.h

Message ID 20200107190802.2257-3-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,1/8] tests/Makefile: test-char does not need libqtest | expand

Commit Message

Thomas Huth Jan. 7, 2020, 7:07 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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;