aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
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
parent1399e466b0bc7cf8a7f86b256461a132229ecaf4 (diff)
removed codegen/log.h
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/client/client_context.cc1
-rw-r--r--src/cpp/common/core_codegen.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/cpp/client/client_context.cc b/src/cpp/client/client_context.cc
index 0ba77a5057..20df384a6f 100644
--- a/src/cpp/client/client_context.cc
+++ b/src/cpp/client/client_context.cc
@@ -36,6 +36,7 @@
#include <grpc/compression.h>
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
+#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc++/security/credentials.h>
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>