More include cleanups
[platform/upstream/glib.git] / glib / gconvert.c
index 12c010d..e44a772 100644 (file)
@@ -22,8 +22,6 @@
 
 #include "config.h"
 
-#include "glib.h"
-
 #ifndef G_OS_WIN32
 #include <iconv.h>
 #endif
 #include <string.h>
 #include <stdlib.h>
 
-#include "gprintfint.h"
-#include "gthreadprivate.h"
-#include "gunicode.h"
-
 #ifdef G_OS_WIN32
 #include "win_iconv.c"
 #endif
 #undef STRICT
 #endif
 
+#include "gconvert.h"
+
+#include "gprintfint.h"
+#include "gslist.h"
+#include "gstrfuncs.h"
+#include "gtestutils.h"
+#include "gthread.h"
+#include "gthreadprivate.h"
+#include "gunicode.h"
+
 #include "glibintl.h"
 
 #if defined(USE_LIBICONV_GNU) && !defined (_LIBICONV_H)