Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 8, 2023
1 parent 3e3229f commit 824fe8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/mutation_log_tool.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <iostream>
#include <string>

#include "common/gpid.h"
#include "common/gpid.h" // IWYU pragma: keep

namespace dsn {
class gpid;
Expand All @@ -49,5 +49,5 @@ class mutation_log_tool
std::function<void(
int64_t decree, int64_t timestamp, dsn::message_ex **requests, int count)> callback);
};
}
}
} // namespace replication
} // namespace dsn

0 comments on commit 824fe8c

Please sign in to comment.