straighten out header includes, comment on Forward declarations
[model-checker.git] / schedule.h
index c633b28987d7ef97da5d1130060021260e65b0f6..555cbc4ad027896337a0910969089103d875956f 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <list>
 
-#include "threads.h"
-#include "model.h"
+/* Forward declaration */
+class Thread;
 
 class Scheduler {
 public: