From 85c93c10e630dee899e5d2de31d6271e5357899b Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Tue, 16 Nov 2021 00:19:31 -0500 Subject: [PATCH] bees: clean up #include list No need for atomic, and sort the Linux headers. Signed-off-by: Zygo Blaxell --- src/bees.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bees.h b/src/bees.h index 97c056b..e4c6efb 100644 --- a/src/bees.h +++ b/src/bees.h @@ -13,7 +13,6 @@ #include "crucible/time.h" #include "crucible/task.h" -#include #include #include #include @@ -21,8 +20,8 @@ #include #include -#include #include +#include using namespace crucible; using namespace std;