lib: Avoid includes.h in samlogon_cache.c
authorVolker Lendecke <vl@samba.org>
Tue, 29 Nov 2016 15:59:21 +0000 (15:59 +0000)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 2 Dec 2016 08:36:09 +0000 (09:36 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libsmb/samlogon_cache.c

index 242fa32e84765efa0dbc26834fc61c487b989514..bc1a8f0525a35374976ea05f036c09f2e6abddfe 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
 #include "samlogon_cache.h"
 #include "system/filesys.h"
+#include "system/time.h"
+#include "lib/util/debug.h"
+#include "lib/util/talloc_stack.h"
+#include "source3/lib/util_path.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "../libcli/security/security.h"
 #include "util_tdb.h"