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

lib: Avoid includes.h in access.c

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Nov 16 22:26:14 CET 2016 on sn-devel-144
This commit is contained in:
Volker Lendecke 2016-11-16 16:15:27 +00:00 committed by Andreas Schneider
parent 277383e5a9
commit 6c26c5e60c

View File

@ -10,7 +10,9 @@
Updated for IPv6 by Jeremy Allison (C) 2007.
*/
#include "includes.h"
#include "replace.h"
#include "system/locale.h"
#include "lib/util/debug.h"
#include "../lib/util/memcache.h"
#include "lib/socket/interfaces.h"
#include "lib/util/samba_util.h"