lib: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Sun, 8 Jan 2017 19:52:47 +0000 (19:52 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 28 Mar 2017 15:45:19 +0000 (17:45 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/charset/iconv.c

index e06fa2ca3962829f3e9139d4acaa6477175d5f6b..02c061ccd09403190338cd513a2300f794eb5879 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
-#include "../lib/util/dlinklist.h"
+#include "replace.h"
 #include "system/iconv.h"
 #include "system/filesys.h"
-#include "charset_proto.h"
+#include "lib/util/byteorder.h"
+#include "lib/util/dlinklist.h"
+#include "lib/util/charset/charset.h"
+#include "lib/util/charset/charset_proto.h"
 
 #ifdef strcasecmp
 #undef strcasecmp