X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Flib%2Ftest_bt_notification_heap.c;h=d4767b1b93f5e7b0401777079756373480e615c0;hb=c55a9f585da53ea54ac458155fac3cdec1779d47;hp=3bffb71127f47be29c8d12030b4f714de7095bec;hpb=69b772a4f25fc4512abc877662a8c19e404b452c;p=babeltrace.git diff --git a/tests/lib/test_bt_notification_heap.c b/tests/lib/test_bt_notification_heap.c index 3bffb711..d4767b1b 100644 --- a/tests/lib/test_bt_notification_heap.c +++ b/tests/lib/test_bt_notification_heap.c @@ -20,7 +20,6 @@ */ #include "tap/tap.h" -#include #include #include #include @@ -71,7 +70,7 @@ error: } static -bool compare_notifications(struct bt_notification *a, struct bt_notification *b, +bt_bool compare_notifications(struct bt_notification *a, struct bt_notification *b, void *unused) { uint64_t val_a = ((struct dummy_notification *) a)->value;