projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996d51d
)
clean up header #includes
author
Brian Norris
<banorris@uci.edu>
Mon, 30 Apr 2012 16:51:17 +0000
(09:51 -0700)
committer
Brian Norris
<banorris@uci.edu>
Mon, 30 Apr 2012 16:51:43 +0000
(09:51 -0700)
action.h
patch
|
blob
|
history
schedule.h
patch
|
blob
|
history
diff --git
a/action.h
b/action.h
index f9f0c41762d72c03cfd57c2f4b2b420e1d242462..3eafaa99a9f971fe7111c8a640da32e7954d09c5 100644
(file)
--- 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 c633b28987d7ef97da5d1130060021260e65b0f6..48fdde1eb08f2f39eae6984f84ce63dbcf7b3cfc 100644
(file)
--- 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);