move libthreads.h -> include/threads.h
[model-checker.git] / threads-model.h
index 28d237d47c9125f2c68ebae2a7e9e85035d444d7..8b165d541394a8fcc23089e354b9c1b8c48da4f4 100644 (file)
@@ -10,7 +10,7 @@
 #include <vector>
 
 #include "mymemory.h"
-#include "libthreads.h"
+#include <threads.h>
 #include "modeltypes.h"
 
 /** @brief Represents the state of a user Thread */