Move charset conversion tests to the test framework
[platform/upstream/glib.git] / tests / queue-test.c
index 93a1c2c..448e8bd 100644 (file)
@@ -1,16 +1,15 @@
 #undef G_DISABLE_ASSERT
 #undef G_LOG_DOMAIN
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-#include <glib.h>
-
 #include <time.h>
 #include <stdlib.h>
 
+#include <glib.h>
+
+
 static gboolean verbose = FALSE;
 
+
 static void
 check_integrity (GQueue *queue)
 {