1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

lib: Avoid an includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2017-01-08 19:52:47 +00:00 committed by Jeremy Allison
parent aea4e4cbd3
commit 0865fea4fc

View File

@ -24,7 +24,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
#include "replace.h"
#include <talloc.h>
#include "system/passwd.h"
#include "lib/util/util_pw.h"