tests: use <stdatomic.h>
[c11tester.git] / test / releaseseq.c
index cbb8ef5630111d651788729c75897a845983167c..c4e2c17a22cd344eee0f75c6bd27f14f195a34af 100644 (file)
@@ -5,10 +5,10 @@
  */
 
 #include <stdio.h>
-
 #include <threads.h>
+#include <stdatomic.h>
+
 #include "librace.h"
-#include "stdatomic.h"
 
 atomic_int x;
 int var = 0;