tests/ptimer: Remove unnecessary inclusion of libqtest.h
authorThomas Huth <thuth@redhat.com>
Mon, 9 Sep 2019 11:35:39 +0000 (13:35 +0200)
committerThomas 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

index e16c30ce57376de057aa3b3f912dcf608f9e7110..9176b96c1ce219a510626fa1689708e7d3f7731a 100644 (file)
@@ -14,7 +14,6 @@
 #include "qemu/main-loop.h"
 #include "hw/ptimer.h"
 
-#include "libqtest.h"
 #include "ptimer-test.h"
 
 static bool triggered;