From: Brian Norris Date: Wed, 3 Oct 2012 20:16:49 +0000 (-0700) Subject: model: don't include schedule.h X-Git-Tag: pldi2013~107^2~10 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=commitdiff_plain;h=081ec029e06a68012f1a3fd119671148bfac9605;ds=inline model: don't include schedule.h --- 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;