From 18ab3ea7bcc0ae8c66ece8094446017c7ceb736b Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Fri, 14 Sep 2018 17:00:26 -0700 Subject: [PATCH] torture: Remove unnecesssary #include This is now provided through system/filesys.h. Signed-off-by: Christof Schmitt Reviewed-by: Andrew Bartlett --- lib/util/tests/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/tests/util.c b/lib/util/tests/util.c index d5ed34dfcaa..ad9c6606e59 100644 --- a/lib/util/tests/util.c +++ b/lib/util/tests/util.c @@ -19,7 +19,6 @@ */ #include -#include #include "replace.h" #include "system/filesys.h" -- 2.47.2