rename threads.h -> threads-model.h
[model-checker.git] / mutex.cc
index 6ef297a594d6b897110e7663c1f3753f859e0c3a..ce747351d09d328708d5410874f77eb40725df1e 100644 (file)
--- a/mutex.cc
+++ b/mutex.cc
@@ -1,6 +1,6 @@
 #include "mutex.h"
 #include "model.h"
-#include "threads.h"
+#include "threads-model.h"
 #include "clockvector.h"
 
 namespace std {