From 420c218c836673874955da061083fea4455bda36 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sun, 18 Oct 2020 19:35:10 -0400 Subject: [PATCH] cache: remove unused #includes Also fix bees-roots's missing headers. Signed-off-by: Zygo Blaxell --- include/crucible/cache.h | 2 -- src/bees-roots.cc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/crucible/cache.h b/include/crucible/cache.h index 07fefa0..9a22cd5 100644 --- a/include/crucible/cache.h +++ b/include/crucible/cache.h @@ -3,13 +3,11 @@ #include "crucible/lockset.h" -#include #include #include #include #include #include -#include namespace crucible { using namespace std; diff --git a/src/bees-roots.cc b/src/bees-roots.cc index 696ab89..8f48301 100644 --- a/src/bees-roots.cc +++ b/src/bees-roots.cc @@ -5,6 +5,7 @@ #include "crucible/string.h" #include "crucible/task.h" +#include #include #include