Skip to content

Commit

Permalink
rebase code and pass IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsmiracle committed Oct 31, 2024
1 parent 11456fb commit f5f3a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/meta/meta_backup_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include <algorithm>
#include <chrono>
#include <map>
#include <memory>
Expand All @@ -25,7 +26,6 @@
#include "absl/strings/string_view.h"
#include "backup_types.h"
#include "block_service/block_service.h"

#include "common/backup_common.h"
#include "common/gpid.h"
#include "common/json_helper.h"
Expand Down
3 changes: 2 additions & 1 deletion src/replica/backup/replica_backup_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

#include "replica_backup_manager.h"

#include <absl/strings/string_view.h>
#include <string_view>

#include "utils/flags.h"
#include "utils/metrics.h"
#include "replica/replica.h"

METRIC_DEFINE_gauge_int64(replica,
backup_running_count,
Expand Down

0 comments on commit f5f3a8f

Please sign in to comment.