X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.cc;h=dc2db2d9bfefcab57458035f3f4bc815b75b5fc5;hb=24edf5ea28ecd116c1faa76ed41de1cfbf6d6d1e;hp=7f515159f78052727180b1be6d82ba1df7e9ebac;hpb=d57536bfa2339bb6b51c8c72a2198425534b8ff6;p=model-checker.git diff --git a/threads.cc b/threads.cc index 7f51515..dc2db2d 100644 --- a/threads.cc +++ b/threads.cc @@ -4,9 +4,9 @@ #include -#include "libthreads.h" +#include #include "common.h" -#include "threads.h" +#include "threads-model.h" /* global "model" object */ #include "model.h"