From ea8f6a8adce67dbbf27b927a19fc2576cc294d23 Mon Sep 17 00:00:00 2001
From: Brian Norris <banorris@uci.edu>
Date: Mon, 30 Apr 2012 09:51:17 -0700
Subject: [PATCH] clean up header #includes

---
 action.h   | 1 -
 schedule.h | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/action.h b/action.h
index f9f0c41..3eafaa9 100644
--- a/action.h
+++ b/action.h
@@ -5,7 +5,6 @@
 
 #include "libthreads.h"
 #include "libatomic.h"
-#include "threads.h"
 
 #define VALUE_NONE -1
 
diff --git a/schedule.h b/schedule.h
index c633b28..48fdde1 100644
--- a/schedule.h
+++ b/schedule.h
@@ -3,9 +3,10 @@
 
 #include <list>
 
-#include "threads.h"
 #include "model.h"
 
+class Thread;
+
 class Scheduler {
 public:
 	void add_thread(Thread *t);
-- 
2.34.1