diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-09-25 14:42:44 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-09-25 14:42:44 -0400 |
| commit | cf5f3bbb0cb58430ed68ad3ebfcefc009e553d71 (patch) | |
| tree | 4c17bc3169ee195c236cea9c9efda0aef7488e3c /include/framework/ShardRequirements.h | |
| parent | 826c1fff5accbaa6b415acc176a5acbeb5f691b6 (diff) | |
| download | dynamic-extension-cf5f3bbb0cb58430ed68ad3ebfcefc009e553d71.tar.gz | |
Code reformatting
Diffstat (limited to 'include/framework/ShardRequirements.h')
| -rw-r--r-- | include/framework/ShardRequirements.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <drumbaugh@psu.edu> + * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu> * * 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" |