From 50f263af6b0ea0148dfaa1e527951c6b9022ff7f Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 8 May 2012 10:49:55 -0700 Subject: [PATCH] main/threads: remove excess headers --- main.cc | 3 --- threads.cc | 3 --- 2 files changed, 6 deletions(-) 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" -- 2.34.1