Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Jul 16, 2024
1 parent 5652125 commit 3c215ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/available_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "available_detector.h"

#include <fmt/core.h>
#include <fmt/std.h> // IWYU pragma: keep
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <pegasus/error.h>
#include <stdlib.h>
Expand All @@ -31,12 +32,11 @@
#include <type_traits>
#include <utility>

#include <fmt/std.h> // IWYU pragma: keep

#include "base/pegasus_key_schema.h"
#include "client/replication_ddl_client.h"
#include "common/common.h"
#include "common/replication_other_types.h"
#include "dsn.layer2_types.h"
#include "pegasus/client.h"
#include "perf_counter/perf_counter.h"
#include "result_writer.h"
Expand Down

0 comments on commit 3c215ea

Please sign in to comment.