aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core/gen_hpack_tables.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 23:13:19 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 23:13:19 -0700
commitd9a60bbd2628f9a19e7bf0ff97c5c156dded73cf (patch)
tree42e57e6117246be7241a4d09e87c39f24615b447 /tools/codegen/core/gen_hpack_tables.c
parentc22781525c1113ae04496f49a5f5fa10fea96534 (diff)
parentafbae1f583b9b34b60a975c0cee7b336399ade8b (diff)
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'tools/codegen/core/gen_hpack_tables.c')
-rw-r--r--tools/codegen/core/gen_hpack_tables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/codegen/core/gen_hpack_tables.c b/tools/codegen/core/gen_hpack_tables.c
index bae4e4cd73..d809bd36e5 100644
--- a/tools/codegen/core/gen_hpack_tables.c
+++ b/tools/codegen/core/gen_hpack_tables.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -33,13 +33,13 @@
/* generates constant tables for hpack.c */
+#include <assert.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
-#include <assert.h>
#include <grpc/support/log.h>
-#include "src/core/transport/chttp2/huffsyms.h"
+#include "src/core/lib/transport/chttp2/huffsyms.h"
/*
* first byte LUT generation