mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
bees: clean up #include list
No need for atomic, and sort the Linux headers. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
ba694b4881
commit
85c93c10e6
@ -13,7 +13,6 @@
|
|||||||
#include "crucible/time.h"
|
#include "crucible/time.h"
|
||||||
#include "crucible/task.h"
|
#include "crucible/task.h"
|
||||||
|
|
||||||
#include <atomic>
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
@ -21,8 +20,8 @@
|
|||||||
#include <random>
|
#include <random>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
#include <syslog.h>
|
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
|
#include <syslog.h>
|
||||||
|
|
||||||
using namespace crucible;
|
using namespace crucible;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user