1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib: Remove an unneeded includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2022-04-19 21:17:17 +02:00 committed by Jeremy Allison
parent aa27b6626d
commit 8a3e3a0d60

View File

@ -19,7 +19,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. 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" #include "system/passwd.h"
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H