From ea96ed155a86c24b7c8b670b8c354be3ace10df6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 20 Mar 2018 16:49:30 +0100 Subject: [PATCH] lib/util: remove unused '#include ' from tests/tfork.c BUG: https://bugzilla.samba.org/show_bug.cgi?id=13342 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme (cherry picked from commit f2ff61ce9e8ab56d8a69fce29c9f214d5d98f89e) --- lib/util/tests/tfork.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/tests/tfork.c b/lib/util/tests/tfork.c index bf642fe..9bcdc2f 100644 --- a/lib/util/tests/tfork.c +++ b/lib/util/tests/tfork.c @@ -32,7 +32,6 @@ #include "lib/util/sys_rw.h" #ifdef HAVE_PTHREAD #include -#include #endif static bool test_tfork_simple(struct torture_context *tctx) -- 1.9.1