From 89c43491d0ff4385c24c235854ab220d923307b1 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 9 Apr 2024 01:25:05 +0000 Subject: [PATCH] Update include/grpcpp/impl/.clang-format --- include/grpcpp/impl/.clang-format | 3 --- include/grpcpp/impl/status.h | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/grpcpp/impl/.clang-format b/include/grpcpp/impl/.clang-format index 64387e9e515..5f150ef6edb 100644 --- a/include/grpcpp/impl/.clang-format +++ b/include/grpcpp/impl/.clang-format @@ -5,9 +5,6 @@ DerivePointerAlignment: false PointerAlignment: Left IncludeBlocks: Regroup IncludeCategories: - # port_platform.h is before almost everything - - Regex: '^' - Priority: -100 # ruby.h is even more first if it's included - Regex: '^' Priority: -200 diff --git a/include/grpcpp/impl/status.h b/include/grpcpp/impl/status.h index a068f9b0af2..94c0e80a9b6 100644 --- a/include/grpcpp/impl/status.h +++ b/include/grpcpp/impl/status.h @@ -21,9 +21,8 @@ // IWYU pragma: private, include -#include - #include +#include #include #include