test/rcu: remove redundant header file
authorRuifeng Wang <ruifeng.wang@arm.com>
Wed, 24 Jul 2019 03:25:38 +0000 (11:25 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 09:34:47 +0000 (11:34 +0200)
commit6420da3140f2392e10c22befaafaf0e4df0d049c
treebf46e91942f21d4c980e5d85db4b381a21da559a
parent168fd260d5c90e44a869676a112521f229b70044
test/rcu: remove redundant header file

RCU library now includes stdbool.h header itself.
There is no need to include this header file in RCU user files.

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
app/test/test_rcu_qsbr.c