aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-09-11 08:55:43 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-09-11 08:55:43 -0700
commitfba18108fac39496de7fa8f8e0e5870a62852112 (patch)
tree3b06992ae4411f08e91ab22c9fb9f171fc2c1721 /tools/codegen
parent0b4e263fdf5d4be817f1ad7b93a0b7328aff97f1 (diff)
parent4a9cd9c38b18a613f82a19062f15e7f4e8179fc0 (diff)
Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table
Diffstat (limited to 'tools/codegen')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py
index 583384cb8c..a1de6e0aa1 100755
--- a/tools/codegen/core/gen_static_metadata.py
+++ b/tools/codegen/core/gen_static_metadata.py
@@ -371,7 +371,6 @@ print >> H, '#include <grpc/support/port_platform.h>'
print >> H
print >> H, '#include "src/core/lib/transport/metadata.h"'
print >> H
-
print >> C, '#include <grpc/support/port_platform.h>'
print >> C
print >> C, '#include "src/core/lib/transport/static_metadata.h"'