Remove references to Google-specific headers in BUILD.bazel

PiperOrigin-RevId: 388962162
diff --git a/BUILD.bazel b/BUILD.bazel
index 40a9c92..b2e796f 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -7446,7 +7446,6 @@
     srcs = [
         "bench/f16-igemm.cc",
         "bench/conv.h",
-        "bench/google/conv.h",
         "src/xnnpack/AlignedAllocator.h",
     ] + MICROKERNEL_BENCHMARK_HDRS,
     deps = MICROKERNEL_BENCHMARK_DEPS + [
@@ -7528,7 +7527,6 @@
     srcs = [
         "bench/f16-dwconv.cc",
         "bench/dwconv.h",
-        "bench/google/dwconv.h",
         "src/xnnpack/AlignedAllocator.h",
     ] + MICROKERNEL_BENCHMARK_HDRS,
     deps = MICROKERNEL_BENCHMARK_DEPS + [