Skip to content

Commit

Permalink
Merge pull request #1754 from ctiller/create-pull-request/patch-bd35053
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/h2-settings
  • Loading branch information
ctiller authored Jan 4, 2024
2 parents bd35053 + ffb3657 commit 3eb3da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/ext/transport/chttp2/transport/frame_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
#include "absl/base/attributes.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "http2_settings.h"

#include <grpc/slice_buffer.h>
#include <grpc/support/log.h>

#include "src/core/ext/transport/chttp2/transport/flow_control.h"
#include "src/core/ext/transport/chttp2/transport/frame_goaway.h"
#include "src/core/ext/transport/chttp2/transport/http2_settings.h"
#include "src/core/ext/transport/chttp2/transport/http_trace.h"
#include "src/core/ext/transport/chttp2/transport/internal.h"
#include "src/core/ext/transport/chttp2/transport/legacy_frame.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/ext/transport/chttp2/transport/http2_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include "src/core/ext/transport/chttp2/transport/http2_settings.h"

#include "absl/strings/str_cat.h"
#include "frame.h"

#include "src/core/ext/transport/chttp2/transport/frame.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/transport/http2_errors.h"

Expand Down

0 comments on commit 3eb3da3

Please sign in to comment.