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:
1517dea
)
main/threads: remove excess headers
author
Brian Norris
<banorris@uci.edu>
Tue, 8 May 2012 17:49:55 +0000
(10:49 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 8 May 2012 17:49:55 +0000
(10:49 -0700)
main.cc
patch
|
blob
|
history
threads.cc
patch
|
blob
|
history
diff --git
a/main.cc
b/main.cc
index c7c348fd7de1216bcdf7e775346b80f1ec0e11fc..0d73c68dbe1f03ac5cd05b5496cd50e66581a42b 100644
(file)
--- a/
main.cc
+++ b/
main.cc
@@
-1,7
+1,4
@@
-#include <stdlib.h>
-
#include "libthreads.h"
-#include "schedule.h"
#include "common.h"
#include "threads.h"
diff --git
a/threads.cc
b/threads.cc
index 946b5e4f8a312d7a9d8b814d4be7f8785afc3a04..1e2af8cbba16343349b91a90e2f87d5bd335631b 100644
(file)
--- a/
threads.cc
+++ b/
threads.cc
@@
-1,7
+1,4
@@
-#include <stdlib.h>
-
#include "libthreads.h"
-#include "schedule.h"
#include "common.h"
#include "threads.h"