Remove C/C++11 header files that we don't really use
[satcheck.git] / test / ms-queue-freelist.c
index 4179206ed087ea73f499fcd15dae244302f01eaf..853680714b1200fd9630dcd8db5c2bc85fd76059 100644 (file)
@@ -3,8 +3,9 @@
 // #include "librace.h"
 // #include "model-assert.h"
 
 // #include "librace.h"
 // #include "model-assert.h"
 
-#include "ms-queue-freelist.h"
 #include "libinterface.h"
 #include "libinterface.h"
+#include "ms-queue-freelist.h"
+
 
 #define MAX_FREELIST 4 /* Each thread can own up to MAX_FREELIST free nodes */
 #define INITIAL_FREE 2 /* Each thread starts with INITIAL_FREE free nodes */
 
 #define MAX_FREELIST 4 /* Each thread can own up to MAX_FREELIST free nodes */
 #define INITIAL_FREE 2 /* Each thread starts with INITIAL_FREE free nodes */