summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-25 16:29:14 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:06 +0200
commit310d26852705c79194566eba971377bbac5f1c52 (patch)
tree2f3fd16ca7ea62d86881d472a7bb37d87eaa58bf /source3
parent89ca4875cd03ee7a4b8521a7ca838ce5d8391a21 (diff)
downloadsamba-310d26852705c79194566eba971377bbac5f1c52.tar.gz
samba-310d26852705c79194566eba971377bbac5f1c52.tar.bz2
samba-310d26852705c79194566eba971377bbac5f1c52.zip
s3-includes: only include system/iconv.h when needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h1
-rw-r--r--source3/registry/reg_parse_internal.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 37ff566e2a..f8e9f22f80 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -72,7 +72,6 @@
#include "system/dir.h"
#include "system/filesys.h"
#include "system/glob.h"
-#include "system/iconv.h"
#include "system/locale.h"
#include "system/network.h"
#include "system/passwd.h"
diff --git a/source3/registry/reg_parse_internal.h b/source3/registry/reg_parse_internal.h
index 153d48cb31..ef59161756 100644
--- a/source3/registry/reg_parse_internal.h
+++ b/source3/registry/reg_parse_internal.h
@@ -25,6 +25,7 @@
#define __REG_PARSE_INTERNAL_H
#include "includes.h"
+#include "system/iconv.h"
struct cbuf;