[dpdk-dev] [PATCH v1] test/rcu: remove redundant header file
Ruifeng Wang
ruifeng.wang at arm.com
Wed Jul 24 05:25:38 CEST 2019
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 at arm.com>
Reviewed-by: Gavin Hu <gavin.hu at arm.com>
---
app/test/test_rcu_qsbr.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/test/test_rcu_qsbr.c b/app/test/test_rcu_qsbr.c
index 1d273e39d..d1b9e46a2 100644
--- a/app/test/test_rcu_qsbr.c
+++ b/app/test/test_rcu_qsbr.c
@@ -3,7 +3,6 @@
*/
#include <stdio.h>
-#include <stdbool.h>
#include <rte_pause.h>
#include <rte_rcu_qsbr.h>
#include <rte_hash.h>
--
2.17.1
More information about the dev
mailing list