Makefile: add benchmarks to top-level
[model-checker.git] / test / userprog.c
index b45e8f9dcebe338cfa4374a75c8aaaa45e54a92b..cbd58ee810960eb9caaccc6458e6578d95148df0 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdio.h>
+#include <threads.h>
+#include <stdatomic.h>
 
-#include "libthreads.h"
 #include "librace.h"
-#include "stdatomic.h"
 
 atomic_int x;
 atomic_int y;