s3-includes: only include system/iconv.h when needed.
authorGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 15:29:14 +0000 (16:29 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:06 +0000 (01:13 +0200)
Guenther

source3/include/includes.h
source3/registry/reg_parse_internal.h

index 37ff566e2a18439743a08c3ab13247b0b3453ad9..f8e9f22f809faf4ce927cc4434c5c9ee4e154b40 100644 (file)
@@ -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"
index 153d48cb3185517cff7143d5445080d6c796c8d7..ef5916175696e0770648dfb10a995b16bedf1966 100644 (file)
@@ -25,6 +25,7 @@
 #define __REG_PARSE_INTERNAL_H
 
 #include "includes.h"
+#include "system/iconv.h"
 
 struct cbuf;