From: Matthew DeVore Date: Thu, 6 Aug 2020 18:18:58 +0000 (-0700) Subject: s3: lib: Fix unneeded relative path in #include. X-Git-Tag: talloc-2.3.2~874 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7ef21e008f15e2ad8049230aeede1f72fe45a3;p=thirdparty%2Fsamba.git s3: lib: Fix unneeded relative path in #include. Signed-off-by: Matthew DeVore Reviewed-by: Jeremy Allison Reviewed-by: Volker Lendecke --- diff --git a/source3/lib/system.c b/source3/lib/system.c index f1265e0c43f..8d716cd54a2 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -25,7 +25,7 @@ #include "system/capability.h" #include "system/passwd.h" #include "system/filesys.h" -#include "../lib/util/setid.h" +#include "lib/util/setid.h" #ifdef HAVE_SYS_SYSCTL_H #include