Skip to content

Commit

Permalink
Fixes header orders
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Mar 6, 2024
1 parent 8e31d75 commit 5a4a9fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/llm-cache/ds/kv_state_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ limitations under the License.
#include <string>
#include <utility>

#include "rax/radix.h"

#include "client/client.h"
#include "common/util/base64.h"
#include "common/util/logging.h"
#include "common/util/status.h"
#include "llm-cache/ds/kv_state_cache.h"
#include "llm-cache/radix-tree/radix-tree.h"

#include "rax/radix.h"

namespace vineyard {

void KVStateCache::Construct(const ObjectMeta& meta) {
Expand Down
4 changes: 2 additions & 2 deletions modules/llm-cache/radix-tree/radix-tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ limitations under the License.
#ifndef MODULES_LLM_CACHE_RADIX_TREE_RADIX_TREE_H_
#define MODULES_LLM_CACHE_RADIX_TREE_RADIX_TREE_H_

#include "rax/radix.h"

#include <iomanip>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>

#include "rax/radix.h"

#include "common/util/base64.h"
#include "common/util/logging.h"

Expand Down
1 change: 1 addition & 0 deletions modules/llm-cache/tests/kv_state_cache_radix_tree_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
#include <iostream>
#include <random>
#include <vector>

#include "rax/radix.h"

#include "common/util/logging.h"
Expand Down
1 change: 1 addition & 0 deletions modules/llm-cache/tests/kv_state_cache_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
#include <iostream>
#include <random>
#include <vector>

#include "rax/radix.h"

#include "common/util/logging.h"
Expand Down

0 comments on commit 5a4a9fc

Please sign in to comment.