X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cmodelint.cc;h=7e52d10798ffc8777ebe2d7d4915055300b32c4d;hb=d596a0e422232c82e01fe266ca2099d0eff5de0f;hp=6b20c2cc9c800378de4b2255fc94e7a7646516d7;hpb=81ea453e58cbb85fddff3aa8919dfbc59c3140eb;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) {