Skip to content

Commit

Permalink
fixup: rearrange includes
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Dec 10, 2024
1 parent ff8c049 commit e281f5a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@
#include <grpc/support/port_platform.h>
#include <limits.h>

#include <cstring>

#include "absl/cleanup/cleanup.h"
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/types/optional.h"
#include "src/core/lib/event_engine/posix_engine/posix_system_api.h"
#include "src/core/lib/event_engine/tcp_socket_utils.h"
#include "src/core/lib/iomgr/port.h"
#include "src/core/util/crash.h" // IWYU pragma: keep
#include "src/core/util/status_helper.h"
#include "src/core/util/strerror.h"
#include "src/core/util/useful.h"

#ifdef GRPC_POSIX_SOCKET_UTILS_COMMON
Expand All @@ -43,15 +51,6 @@
#include <unistd.h>
#endif // GRPC_POSIX_SOCKET_UTILS_COMMON

#include <cstring>

#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/status/status.h"
#include "src/core/lib/event_engine/tcp_socket_utils.h"
#include "src/core/util/status_helper.h"
#include "src/core/util/strerror.h"

#ifdef GRPC_HAVE_UNIX_SOCKET
#ifdef GPR_WINDOWS
// clang-format off
Expand Down

0 comments on commit e281f5a

Please sign in to comment.