diff options
author | Craig Tiller <ctiller@google.com> | 2016-10-26 16:16:35 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-10-26 16:16:35 -0700 |
commit | b37d53ebc0414777e3999bcad820b174a24291a9 (patch) | |
tree | 0f7dee71d0a758e5be6b548ac84efea1b1d95e6f /src/cpp/common | |
parent | d41a4a720f76c6555b80f82ee771071e09d55e03 (diff) |
Bulk update #includes
Diffstat (limited to 'src/cpp/common')
-rw-r--r-- | src/cpp/common/core_codegen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/common/core_codegen.cc b/src/cpp/common/core_codegen.cc index ad874bb369..fef8cc3d22 100644 --- a/src/cpp/common/core_codegen.cc +++ b/src/cpp/common/core_codegen.cc @@ -42,8 +42,8 @@ #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> +#include <grpc/slice.h> +#include <grpc/slice_buffer.h> #include <grpc/support/sync.h> #include "src/core/lib/profiling/timers.h" |