Fix stand-alone QUICHE build
which was broken when http2/hpack/hpack_static_table_entries.inc was removed
in cl/839788990

PiperOrigin-RevId: 840302096
diff --git a/quiche/BUILD.bazel b/quiche/BUILD.bazel
index 2e8cc1a..4efd313 100644
--- a/quiche/BUILD.bazel
+++ b/quiche/BUILD.bazel
@@ -121,7 +121,6 @@
     srcs = quiche_core_srcs + default_platform_impl_srcs,
     hdrs = quiche_core_hdrs + default_platform_impl_hdrs,
     includes = ["common/platform/default"],
-    textual_hdrs = ["http2/hpack/hpack_static_table_entries.inc"],
     deps = [
         ":quiche_flags_list",
         ":quiche_protobufs_cc_proto",