From 5cb6adb5908a743ae7d3f87c2a0f5ca5b76dea6d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Oct 2011 16:57:29 +1100 Subject: lib/util/charset Remove unused header smb_common.h This should fix a compile issue on hosts without gssapi/gssapi.h. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- lib/util/charset/charcnv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/charset/charcnv.c b/lib/util/charset/charcnv.c index 076795a0b2..ba083102a3 100644 --- a/lib/util/charset/charcnv.c +++ b/lib/util/charset/charcnv.c @@ -22,7 +22,6 @@ */ #include "includes.h" #include "system/iconv.h" -#include "libcli/smb/smb_common.h" /** * @file -- cgit