X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=mutex.cc;h=91b0b9a33f8a4109d82e9334f127534b1d6ec137;hb=17b667f2d53729212d23e62a3f9464b8180e01f6;hp=6ef297a594d6b897110e7663c1f3753f859e0c3a;hpb=12b1a10eeff58161619bafcfd8e288b3e2c76621;p=model-checker.git diff --git a/mutex.cc b/mutex.cc index 6ef297a..91b0b9a 100644 --- a/mutex.cc +++ b/mutex.cc @@ -1,6 +1,7 @@ -#include "mutex.h" +#include + #include "model.h" -#include "threads.h" +#include "threads-model.h" #include "clockvector.h" namespace std {