1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

cache: remove unused #includes

Also fix bees-roots's missing headers.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2020-10-18 19:35:10 -04:00
parent 6ee5da7d77
commit 420c218c83
2 changed files with 1 additions and 2 deletions

View File

@ -3,13 +3,11 @@
#include "crucible/lockset.h" #include "crucible/lockset.h"
#include <algorithm>
#include <functional> #include <functional>
#include <list> #include <list>
#include <map> #include <map>
#include <mutex> #include <mutex>
#include <tuple> #include <tuple>
#include <vector>
namespace crucible { namespace crucible {
using namespace std; using namespace std;

View File

@ -5,6 +5,7 @@
#include "crucible/string.h" #include "crucible/string.h"
#include "crucible/task.h" #include "crucible/task.h"
#include <algorithm>
#include <fstream> #include <fstream>
#include <tuple> #include <tuple>