From: Christof Schmitt Date: Sat, 15 Sep 2018 00:00:26 +0000 (-0700) Subject: torture: Remove unnecesssary #include X-Git-Tag: tdb-1.3.17~1614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ab3ea7bcc0ae8c66ece8094446017c7ceb736b;p=thirdparty%2Fsamba.git torture: Remove unnecesssary #include This is now provided through system/filesys.h. Signed-off-by: Christof Schmitt Reviewed-by: Andrew Bartlett --- 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"