From 8a3e3a0d6034f206a8517c6b1ea5b4eec47ee5e0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 19 Apr 2022 21:17:17 +0200 Subject: [PATCH] lib: Remove an unneeded includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/util/unix_privs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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