From: Volker Lendecke Date: Tue, 19 Apr 2022 19:17:17 +0000 (+0200) Subject: lib: Remove an unneeded includes.h X-Git-Tag: talloc-2.3.4~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3e3a0d6034f206a8517c6b1ea5b4eec47ee5e0;p=thirdparty%2Fsamba.git lib: Remove an unneeded includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/util/unix_privs.c b/lib/util/unix_privs.c index 3b00df5349b..9f284328524 100644 --- a/lib/util/unix_privs.c +++ b/lib/util/unix_privs.c @@ -19,7 +19,9 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" +#include +#include "lib/util/fault.h" #include "system/passwd.h" #ifdef HAVE_UNISTD_H