Skip to content

Commit

Permalink
follow iwyu and clang-tidy advice
Browse files Browse the repository at this point in the history
  • Loading branch information
lupengfan1 committed Nov 28, 2024
1 parent 7a396b3 commit 5f338df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/block_service/hdfs/hdfs_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include "utils/fmt_logging.h"
#include "utils/safe_strerror_posix.h"
#include "utils/strings.h"
#include "utils/threadpool_code.h"
#include "utils/utils.h"

DSN_DEFINE_uint64(replication,
Expand Down
3 changes: 2 additions & 1 deletion src/block_service/local/local_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#include <rocksdb/env.h>
#include <memory>
#include <set>
#include <string_view>
#include <type_traits>
#include <utility>

#include <string_view>
#include "local_service.h"
#include "nlohmann/json.hpp"
#include "rocksdb/slice.h"
Expand All @@ -37,6 +37,7 @@
#include "utils/fmt_logging.h"
#include "utils/load_dump_object.h"
#include "utils/strings.h"
#include "utils/threadpool_code.h"

DSN_DECLARE_bool(enable_direct_io);

Expand Down

0 comments on commit 5f338df

Please sign in to comment.