Internal change

PiperOrigin-RevId: 582062765
diff --git a/BUILD b/BUILD
index 3fd5a6c..a83ccf8 100644
--- a/BUILD
+++ b/BUILD
@@ -30,8 +30,8 @@
 package(
     default_visibility = ["//visibility:public"],
     features = [
-        "layering_check",
         "-parse_headers",
+        "layering_check",
     ],
 )
 
diff --git a/bazel/googleapis.BUILD b/bazel/googleapis.BUILD
index dc7e05f..ee9473b 100644
--- a/bazel/googleapis.BUILD
+++ b/bazel/googleapis.BUILD
@@ -15,7 +15,7 @@
 licenses(["notice"])
 
 package(
-    default_visibility = ["//visibility:public"]
+    default_visibility = ["//visibility:public"],
 )
 
 # This is needed for the dependency on google_cloud_cpp to work.
diff --git a/include/grpc/impl/channel_arg_names.h b/include/grpc/impl/channel_arg_names.h
index def07be..b4cece2 100644
--- a/include/grpc/impl/channel_arg_names.h
+++ b/include/grpc/impl/channel_arg_names.h
@@ -15,7 +15,7 @@
 #ifndef GRPC_IMPL_CHANNEL_ARG_NAMES_H
 #define GRPC_IMPL_CHANNEL_ARG_NAMES_H
 
-// IWYU pragma: private, include "third_party/grpc/include/grpc/grpc.h"
+// IWYU pragma: private, include <grpc/grpc.h>
 // IWYU pragma: friend "src/.*"
 // IWYU pragma: friend "test/.*"
 
diff --git a/src/objective-c/RxLibrary/GRXConcurrentWriteable.m b/src/objective-c/RxLibrary/GRXConcurrentWriteable.m
index 1151954..9686c75 100644
--- a/src/objective-c/RxLibrary/GRXConcurrentWriteable.m
+++ b/src/objective-c/RxLibrary/GRXConcurrentWriteable.m
@@ -18,7 +18,7 @@
 
 #import "GRXConcurrentWriteable.h"
 
-#import <RxLibrary/GRXWriteable.h>
+#import "GRXWriteable.h"
 
 @interface GRXConcurrentWriteable ()
 // This is atomic so that cancellation can nillify it from any thread.
diff --git a/src/objective-c/RxLibrary/GRXMappingWriter.h b/src/objective-c/RxLibrary/GRXMappingWriter.h
index a344f96..90a6e29 100644
--- a/src/objective-c/RxLibrary/GRXMappingWriter.h
+++ b/src/objective-c/RxLibrary/GRXMappingWriter.h
@@ -16,7 +16,7 @@
  *
  */
 
-#import "RxLibrary/GRXForwardingWriter.h"
+#import "GRXForwardingWriter.h"
 
 /** A "proxy" writer that transforms all the values of its input writer by using a mapping function.
  */
diff --git a/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m b/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m
index c797b0e..39ceaba 100644
--- a/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m
+++ b/src/objective-c/tests/Common/GRPCBlockCallbackResponseHandler.m
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#import "GRPCBlockCallbackResponseHandler.h"
+#import <GRPCClient/GRPCBlockCallbackResponseHandler.h>
 
 @implementation GRPCBlockCallbackResponseHandler {
   void (^_initialMetadataCallback)(NSDictionary *);
diff --git a/src/proto/grpc/testing/BUILD b/src/proto/grpc/testing/BUILD
index 0f7bbbe..41ab62e 100644
--- a/src/proto/grpc/testing/BUILD
+++ b/src/proto/grpc/testing/BUILD
@@ -12,9 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library")
 load("@rules_proto//proto:defs.bzl", "proto_library")
 load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
-load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library")
 
 licenses(["notice"])
 
diff --git a/src/proto/grpc/testing/xds/v3/BUILD b/src/proto/grpc/testing/xds/v3/BUILD
index 9c02b2a..f729411 100644
--- a/src/proto/grpc/testing/xds/v3/BUILD
+++ b/src/proto/grpc/testing/xds/v3/BUILD
@@ -12,8 +12,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
 load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library")
+load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
 
 licenses(["notice"])