tests: use <stdatomic.h>
[c11tester.git] / test / userprog.c
index 6ad49092d7e1073ebe40bd8a868049847adc78f8..cbd58ee810960eb9caaccc6458e6578d95148df0 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdio.h>
-
 #include <threads.h>
+#include <stdatomic.h>
+
 #include "librace.h"
-#include "stdatomic.h"
 
 atomic_int x;
 atomic_int y;