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)
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

index 1d273e3..d1b9e46 100644 (file)
@@ -3,7 +3,6 @@
  */
 
 #include <stdio.h>
-#include <stdbool.h>
 #include <rte_pause.h>
 #include <rte_rcu_qsbr.h>
 #include <rte_hash.h>