From 7cff049e7eab769ed69296da41e74fa66be42698 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 17 Mar 2009 20:03:32 +1100 Subject: libcli/auth Don't compile against un-needed Samba4 headers --- libcli/auth/credentials.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcli/auth/credentials.c') diff --git a/libcli/auth/credentials.c b/libcli/auth/credentials.c index 3c77b0836d..959c1ba68e 100644 --- a/libcli/auth/credentials.c +++ b/libcli/auth/credentials.c @@ -22,7 +22,6 @@ #include "includes.h" #include "system/time.h" -#include "auth/auth.h" #include "../lib/crypto/crypto.h" #include "libcli/auth/libcli_auth.h" -- cgit