X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cmodelint.cc;h=7e52d10798ffc8777ebe2d7d4915055300b32c4d;hb=3cf4799ac961046bb2464ae1b6ee72f064d94716;hp=6b20c2cc9c800378de4b2255fc94e7a7646516d7;hpb=12b1a10eeff58161619bafcfd8e288b3e2c76621;p=model-checker.git diff --git a/cmodelint.cc b/cmodelint.cc index 6b20c2c..7e52d10 100644 --- a/cmodelint.cc +++ b/cmodelint.cc @@ -1,6 +1,6 @@ #include "model.h" #include "cmodelint.h" -#include "threads.h" +#include "threads-model.h" /** Performs a read action.*/ uint64_t model_read_action(void * obj, memory_order ord) {