diff options
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/group.c | 1 | ||||
-rw-r--r-- | source4/lib/samba3/smbpasswd.c | 2 | ||||
-rw-r--r-- | source4/lib/samba3/tdbsam.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/source4/lib/samba3/group.c b/source4/lib/samba3/group.c index 13b21ed21f..0860c36e1f 100644 --- a/source4/lib/samba3/group.c +++ b/source4/lib/samba3/group.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "system/iconv.h" #include "lib/samba3/samba3.h" #include "lib/tdb/include/tdbutil.h" #include "system/filesys.h" diff --git a/source4/lib/samba3/smbpasswd.c b/source4/lib/samba3/smbpasswd.c index e6c52966d9..acba763371 100644 --- a/source4/lib/samba3/smbpasswd.c +++ b/source4/lib/samba3/smbpasswd.c @@ -54,8 +54,8 @@ */ #include "includes.h" +#include "system/locale.h" #include "lib/samba3/samba3.h" -#include "system/iconv.h" /*! Convert 32 hex characters into a 16 byte array. */ diff --git a/source4/lib/samba3/tdbsam.c b/source4/lib/samba3/tdbsam.c index 80f1448d9c..148a3c90f5 100644 --- a/source4/lib/samba3/tdbsam.c +++ b/source4/lib/samba3/tdbsam.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "system/iconv.h" #include "system/filesys.h" #include "lib/tdb/include/tdbutil.h" #include "lib/samba3/samba3.h" |