merging stuff...made need to clean up some stuff...but need to push it somewhere...
[model-checker.git] / main.cc
diff --git a/main.cc b/main.cc
index c7c348fd7de1216bcdf7e775346b80f1ec0e11fc..e456ac6b326469a85383af6a97a422e9a2c65f92 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"
 
@@ -11,6 +8,10 @@
 /*
  * Return 1 if found next thread, 0 otherwise
  */
+int num;
+int num1;
+int num2;
+
 static int thread_system_next(void)
 {
        Thread *curr, *next;