fix some of the bugs related to barrier example...
[model-checker.git] / libthreads.cc
index f973176ba8344a497e687b8f452fdefed031fe5e..2b2bf85ac374b2a57ab85b2ddfb82f184c6372ea 100644 (file)
@@ -1,6 +1,6 @@
-#include "libthreads.h"
+#include <threads.h>
 #include "common.h"
-#include "threads.h"
+#include "threads-model.h"
 
 /* global "model" object */
 #include "model.h"