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>
This commit is contained in:
parent
168fd260d5
commit
6420da3140
@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <rte_pause.h>
|
||||
#include <rte_rcu_qsbr.h>
|
||||
#include <rte_hash.h>
|
||||
|
Loading…
Reference in New Issue
Block a user