X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=mutex.cc;h=91b0b9a33f8a4109d82e9334f127534b1d6ec137;hb=a69e8aff5040edf3c2448d401b69e2411723c557;hp=6ef297a594d6b897110e7663c1f3753f859e0c3a;hpb=f4d77c40b4029cdc18f4aaa5a4e01dfbcfca5f7b;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 {