Skip to content

Commit 91cd232

Browse files
committed
refactor(FQDN): feather refactor on client and host_port.h
1 parent 86b112e commit 91cd232

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/meta/partition_guardian.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919

2020
#include <fmt/core.h>
2121
#include <fmt/format.h>
22+
#include <nlohmann/json.hpp>
23+
#include <nlohmann/json_fwd.hpp>
2224
// IWYU pragma: no_include <ext/alloc_traits.h>
2325
#include <algorithm>
2426
#include <cinttypes>
2527
#include <cstdint>
2628
#include <cstdio>
27-
#include <nlohmann/json.hpp>
28-
#include <nlohmann/json_fwd.hpp>
2929
#include <ostream>
30+
#include <string_view>
3031
#include <type_traits>
3132
#include <unordered_map>
3233

src/meta/test/meta_data.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@
2828
#include <string>
2929
#include <vector>
3030

31-
#include "client/partition_resolver.h"
3231
#include "common/gpid.h"
3332
#include "dsn.layer2_types.h"
33+
#include "gtest/gtest.h"
3434
#include "meta/meta_data.h"
3535
#include "metadata_types.h"
3636
#include "misc/misc.h"
3737
#include "rpc/dns_resolver.h" // IWYU pragma: keep
3838
#include "rpc/rpc_address.h"
3939
#include "rpc/rpc_host_port.h"
40-
#include "gtest/gtest.h"
4140

4241
namespace dsn {
4342
namespace replication {

0 commit comments

Comments
 (0)