X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=23c42ebb199a6ce30b5859b80ca8d5537038d0a3;hb=081ec029e06a68012f1a3fd119671148bfac9605;hp=3802b9e2945e7dc8b30169f2bb23cb4edac083f7;hpb=414b2df02223c9109c53228f905cea524a346cbf;p=model-checker.git diff --git a/model.h b/model.h index 3802b9e..23c42eb 100644 --- a/model.h +++ b/model.h @@ -10,7 +10,6 @@ #include #include -#include "schedule.h" #include "mymemory.h" #include "libthreads.h" #include "threads.h" @@ -24,6 +23,7 @@ class NodeStack; class CycleGraph; class Promise; +class Scheduler; /** @brief Shorthand for a list of release sequence heads */ typedef std::vector< const ModelAction *, ModelAlloc > rel_heads_list_t;