aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-09-11 08:52:59 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-09-11 08:52:59 -0700
commit0b4e263fdf5d4be817f1ad7b93a0b7328aff97f1 (patch)
treebfcf165cbf3c733cfc4de804da92d3d7397eda91 /tools/codegen/core
parentb731178a7ccc1c6a0da26a410b71840d08ab37af (diff)
Small formatting and style changes
Diffstat (limited to 'tools/codegen/core')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py
index 98e375127e..583384cb8c 100755
--- a/tools/codegen/core/gen_static_metadata.py
+++ b/tools/codegen/core/gen_static_metadata.py
@@ -367,12 +367,12 @@ an explanation of what's going on.
print >> H, '#ifndef GRPC_CORE_LIB_TRANSPORT_STATIC_METADATA_H'
print >> H, '#define GRPC_CORE_LIB_TRANSPORT_STATIC_METADATA_H'
print >> H
-print >> H, '#include <grpc/impl/codegen/port_platform.h>'
+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/impl/codegen/port_platform.h>'
+print >> C, '#include <grpc/support/port_platform.h>'
print >> C
print >> C, '#include "src/core/lib/transport/static_metadata.h"'
print >> C