diff mbox series

[2/7] tests/ptimer: Remove unnecessary inclusion of libqtest.h

Message ID 20190910185839.19682-3-thuth@redhat.com
State New
Headers show
Series Move qtests to a separate folder | expand

Commit Message

Thomas Huth Sept. 10, 2019, 6:58 p.m. UTC
ptimer-test is a unit test, not a qtest, so libqtest.h is not
required here.

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 5b20e91599..927c9ce48f 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;