]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove an unneeded includes.h
authorVolker Lendecke <vl@samba.org>
Tue, 19 Apr 2022 19:17:17 +0000 (21:17 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 26 Apr 2022 21:41:29 +0000 (21:41 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/unix_privs.c

index 3b00df5349bdc884efbf486e2126deb2bc1ad079..9f284328524c858a738915ae938fd8e3d2267fbf 100644 (file)
@@ -19,7 +19,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
+#include <talloc.h>
+#include "lib/util/fault.h"
 #include "system/passwd.h"
 
 #ifdef HAVE_UNISTD_H