mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25: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:
parent
6ee5da7d77
commit
420c218c83
@ -3,13 +3,11 @@
|
||||
|
||||
#include "crucible/lockset.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
namespace crucible {
|
||||
using namespace std;
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "crucible/string.h"
|
||||
#include "crucible/task.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <tuple>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user