aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-27 21:11:58 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-27 21:11:58 -0700
commitc79b0650d2eccb5d1af8512c7f3178a39a3df063 (patch)
tree02bf0691990a116c08ed0e40f764d657a0808fea /src/cpp/common
parent1399e466b0bc7cf8a7f86b256461a132229ecaf4 (diff)
removed codegen/log.h
Diffstat (limited to 'src/cpp/common')
-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 f51e31680d..c64f6514ab 100644
--- a/src/cpp/common/core_codegen.cc
+++ b/src/cpp/common/core_codegen.cc
@@ -39,8 +39,8 @@
#include <grpc/byte_buffer.h>
#include <grpc/byte_buffer_reader.h>
#include <grpc/grpc.h>
-#include <grpc/impl/codegen/log.h>
#include <grpc/support/alloc.h>
+#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include <grpc/support/slice.h>
#include <grpc/support/slice_buffer.h>