From cf5f3bbb0cb58430ed68ad3ebfcefc009e553d71 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 25 Sep 2025 14:42:44 -0400 Subject: Code reformatting --- include/framework/ShardRequirements.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/framework/ShardRequirements.h') diff --git a/include/framework/ShardRequirements.h b/include/framework/ShardRequirements.h index d054030..335c916 100644 --- a/include/framework/ShardRequirements.h +++ b/include/framework/ShardRequirements.h @@ -1,7 +1,7 @@ /* * include/framework/ShardRequirements.h * - * Copyright (C) 2023 Douglas B. Rumbaugh + * Copyright (C) 2023 Douglas B. Rumbaugh * * Distributed under the Modified BSD License. * @@ -11,7 +11,7 @@ */ #pragma once -#include "framework/structure/BufferView.h" +#include "framework/interface/Query.h" #include "framework/interface/Record.h" #include "framework/interface/Shard.h" -#include "framework/interface/Query.h" +#include "framework/structure/BufferView.h" -- cgit v1.2.3