X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.cc;h=dc2db2d9bfefcab57458035f3f4bc815b75b5fc5;hb=6b87c110fbda87ccec4f58b1e292d5f9434c8691;hp=7f515159f78052727180b1be6d82ba1df7e9ebac;hpb=8f379cb70822bfd5498da9997ad4f7c3b37a18ed;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"