Skip to content

Commit

Permalink
Merge pull request #2524 from ctiller/create-pull-request/patch-100bf23
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/h2
  • Loading branch information
ctiller authored Jan 24, 2025
2 parents 100bf23 + e594502 commit 37de9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/transport/chttp2/flow_control_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "absl/log/check.h"
#include "absl/status/status.h"
#include "absl/strings/str_join.h"
#include "fuzztest/fuzztest.h"
#include "src/core/ext/transport/chttp2/transport/flow_control.h"
#include "src/core/lib/experiments/config.h"
#include "src/core/lib/iomgr/exec_ctx.h"
Expand All @@ -41,7 +42,6 @@
#include "src/core/util/useful.h"
#include "test/core/test_util/fuzz_config_vars.h"
#include "test/core/transport/chttp2/flow_control_fuzzer.pb.h"
#include "fuzztest/fuzztest.h"

// IWYU pragma: no_include <google/protobuf/repeated_ptr_field.h>

Expand Down

0 comments on commit 37de9d3

Please sign in to comment.