From 96a0c0cd710a9b8920c823c0ea3c25561fade4f3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 8 Dec 2012 10:15:49 -0500 Subject: [PATCH] test wfs: remove unneeded urcu.h include Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_wfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_urcu_wfs.c b/tests/test_urcu_wfs.c index ec9e198..259ca24 100644 --- a/tests/test_urcu_wfs.c +++ b/tests/test_urcu_wfs.c @@ -39,6 +39,7 @@ #include #include +#include #ifdef __linux__ #include @@ -65,7 +66,6 @@ static inline pid_t gettid(void) #ifndef DYNAMIC_LINK_TEST #define _LGPL_SOURCE #endif -#include #include /* -- 2.34.1