From 081ec029e06a68012f1a3fd119671148bfac9605 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 3 Oct 2012 13:16:49 -0700 Subject: [PATCH] model: don't include schedule.h --- model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1