From: Brian Norris Date: Tue, 8 May 2012 17:49:55 +0000 (-0700) Subject: main/threads: remove excess headers X-Git-Tag: pldi2013~449 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50f263af6b0ea0148dfaa1e527951c6b9022ff7f;p=model-checker.git main/threads: remove excess headers --- diff --git a/main.cc b/main.cc index c7c348f..0d73c68 100644 --- a/main.cc +++ b/main.cc @@ -1,7 +1,4 @@ -#include - #include "libthreads.h" -#include "schedule.h" #include "common.h" #include "threads.h" diff --git a/threads.cc b/threads.cc index 946b5e4..1e2af8c 100644 --- a/threads.cc +++ b/threads.cc @@ -1,7 +1,4 @@ -#include - #include "libthreads.h" -#include "schedule.h" #include "common.h" #include "threads.h"