Revert Samba3 back to using its own charset handling code.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 24 Oct 2008 14:05:15 +0000 (16:05 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 24 Oct 2008 14:05:15 +0000 (16:05 +0200)
source3/include/includes.h

index ffa5f34d3461581cd27ca218bdc1ffc71fc655e4..24e33c172009a565d859624fe4f5353cc923c8c7 100644 (file)
@@ -596,7 +596,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
 #include "trans2.h"
 #include "../libcli/util/error.h"
 #include "ntioctl.h"
-#include "../lib/util/charset.h"
+#include "charset.h"
 #include "dynconfig.h"
 #include "util_getent.h"
 #include "debugparse.h"