git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
168fd26
)
test/rcu: remove redundant header file
author
Ruifeng Wang
<ruifeng.wang@arm.com>
Wed, 24 Jul 2019 03:25:38 +0000
(11:25 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/app/test/test_rcu_qsbr.c
b/app/test/test_rcu_qsbr.c
index 1d273e39d2f8ab7254cfa37203ad863c635a5d70..d1b9e46a219c213dda96dba78a8742b9bba461c3 100644
(file)
--- 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>