Skip to content

Commit

Permalink
tests/ptimer: Remove unnecessary inclusion of libqtest.h
Browse files Browse the repository at this point in the history
ptimer-test is a unit test, not a qtest, so libqtest.h is not
required here.

Message-Id: <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
  • Loading branch information
huth committed Jan 12, 2020
1 parent 3db9f6a commit 6f5b752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ptimer-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "qemu/main-loop.h"
#include "hw/ptimer.h"

#include "libqtest.h"
#include "ptimer-test.h"

static bool triggered;
Expand Down

0 comments on commit 6f5b752

Please sign in to comment.