From: Brian Norris Date: Tue, 8 May 2012 17:49:55 +0000 (-0700) Subject: main/threads: remove excess headers X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50f263af6b0ea0148dfaa1e527951c6b9022ff7f;p=c11tester.git main/threads: remove excess headers --- diff --git a/main.cc b/main.cc index c7c348fd..0d73c68d 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 946b5e4f..1e2af8cb 100644 --- a/threads.cc +++ b/threads.cc @@ -1,7 +1,4 @@ -#include - #include "libthreads.h" -#include "schedule.h" #include "common.h" #include "threads.h"