From 985c316859376f710c55cf4ea7e942d41afe11c3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 8 Dec 2012 10:16:10 -0500 Subject: [PATCH] test wfcq: remove unneeded urcu.h include Signed-off-by: Mathieu Desnoyers --- tests/test_urcu_wfcq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_urcu_wfcq.c b/tests/test_urcu_wfcq.c index 17814a7..91285a5 100644 --- a/tests/test_urcu_wfcq.c +++ b/tests/test_urcu_wfcq.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 enum test_sync { -- 2.34.1