diff options
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/loadparm.c | 2 | ||||
-rw-r--r-- | source4/param/params.c | 2 | ||||
-rw-r--r-- | source4/param/util.c | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index b6dec9be9d..c46cf51f4b 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -58,7 +58,7 @@ #include "dynconfig.h" #include "pstring.h" #include "system/time.h" -#include "system/iconv.h" +#include "system/locale.h" #include "librpc/gen_ndr/svcctl.h" #include "librpc/gen_ndr/samr.h" #include "smb_server/smb_server.h" diff --git a/source4/param/params.c b/source4/param/params.c index 0ce416c00a..1680df4e4f 100644 --- a/source4/param/params.c +++ b/source4/param/params.c @@ -80,7 +80,7 @@ */ #include "includes.h" -#include "system/iconv.h" +#include "system/locale.h" /* -------------------------------------------------------------------------- ** * Constants... diff --git a/source4/param/util.c b/source4/param/util.c index dc605191fe..af97903277 100644 --- a/source4/param/util.c +++ b/source4/param/util.c @@ -25,7 +25,6 @@ #include "includes.h" #include "dynconfig.h" #include "system/network.h" -#include "system/iconv.h" #include "system/filesys.h" /** |