Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 13, 2023
1 parent 5a30b25 commit 7c09271
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/block_service/local/local_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <nlohmann/json_fwd.hpp> // IWYU pragma: keep
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>

#include "block_service/block_service.h"
Expand Down
10 changes: 3 additions & 7 deletions src/test/function_test/bulk_load/test_bulk_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
// under the License.

#include <fmt/core.h>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <rocksdb/env.h>
#include <rocksdb/options.h>
#include <rocksdb/slice.h>
Expand All @@ -26,7 +24,6 @@
#include <algorithm>
#include <chrono>
#include <cstdint>
#include <iostream>
#include <map>
#include <memory>
#include <string>
Expand All @@ -41,22 +38,21 @@
#include "bulk_load_types.h"
#include "client/partition_resolver.h"
#include "client/replication_ddl_client.h"
#include "common/bulk_load_common.h"
#include "common/json_helper.h"
#include "gtest/gtest.h"
#include "include/pegasus/client.h"
#include "include/pegasus/error.h"
#include "meta/meta_bulk_load_service.h"
#include "metadata_types.h"
#include "test/function_test/utils/global_env.h"
#include "test/function_test/utils/test_util.h"
#include "utils/blob.h"
#include "utils/enum_helper.h"
#include "utils/env.h"
#include "utils/error_code.h"
#include "utils/errors.h"
#include "utils/filesystem.h"
#include "utils/flags.h"
#include "utils/test_macros.h"
#include "utils/singleton.h"
#include "utils/utils.h"

DSN_DECLARE_bool(encrypt_data_at_rest);

Expand Down
1 change: 1 addition & 0 deletions src/test/function_test/utils/test_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#include "utils/errors.h"
#include "utils/filesystem.h"
#include "utils/rand.h"
#include "utils/test_macros.h"

using dsn::partition_configuration;
using dsn::replication::replica_helper;
Expand Down
1 change: 1 addition & 0 deletions src/test/function_test/utils/test_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <stdint.h>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>

Expand Down

0 comments on commit 7c09271

Please sign in to comment.