From a5e9aeffca0228a690ddbe692ec1f25af8ae5c1b Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Thu, 19 Oct 2023 14:09:23 -0400 Subject: [PATCH] [hive] [ring_span] Consistently use , not Just for consistency. No functional change intended. --- include/sg14/hive.h | 2 +- include/sg14/ring_span.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/sg14/hive.h b/include/sg14/hive.h index 0c40b16..b8faade 100644 --- a/include/sg14/hive.h +++ b/include/sg14/hive.h @@ -41,6 +41,7 @@ #define SG14_HIVE_DEBUGGING 0 #endif +#include #include #if __has_include() #include @@ -52,7 +53,6 @@ #if __has_include() #include #endif -#include #include #include #include diff --git a/include/sg14/ring_span.h b/include/sg14/ring_span.h index 1f1891e..7f07e1a 100644 --- a/include/sg14/ring_span.h +++ b/include/sg14/ring_span.h @@ -1,9 +1,9 @@ #pragma once -#include -#include -#include +#include #include +#include +#include namespace sg14 {