aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/core_codegen.cc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-27 14:49:53 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-27 14:49:53 -0700
commit6b11462da1b0a4607d0ea679d2cb42d8d851f55d (patch)
tree779d64de090626b24d4edc4d94a08168dbbea8d2 /src/cpp/common/core_codegen.cc
parent846768c12ff03ea69073c9373ef211ef478c53d6 (diff)
removed codegen/alloc.h
Diffstat (limited to 'src/cpp/common/core_codegen.cc')
-rw-r--r--src/cpp/common/core_codegen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/common/core_codegen.cc b/src/cpp/common/core_codegen.cc
index 3d6780bcb8..b0f48e7e99 100644
--- a/src/cpp/common/core_codegen.cc
+++ b/src/cpp/common/core_codegen.cc
@@ -39,9 +39,9 @@
#include <grpc/byte_buffer.h>
#include <grpc/byte_buffer_reader.h>
#include <grpc/grpc.h>
-#include <grpc/impl/codegen/alloc.h>
#include <grpc/impl/codegen/byte_buffer.h>
#include <grpc/impl/codegen/log.h>
+#include <grpc/support/alloc.h>
#include <grpc/support/port_platform.h>
#include <grpc/support/slice.h>
#include <grpc/support/slice_buffer.h>