diff options
author | yang-g <yangg@google.com> | 2015-08-21 15:35:03 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-08-21 15:35:03 -0700 |
commit | 9e2f90cd068b4c2a8fdec69ca93ca614d35cba28 (patch) | |
tree | 4a4011b82112cd20767f3c2e47ae322645331232 /src/cpp/proto | |
parent | d392fa04c5866387c981f4cd83392d1a2e3da7a8 (diff) |
headers reorg
Diffstat (limited to 'src/cpp/proto')
-rw-r--r-- | src/cpp/proto/proto_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/proto/proto_utils.cc b/src/cpp/proto/proto_utils.cc index 05470ec627..be84c222a0 100644 --- a/src/cpp/proto/proto_utils.cc +++ b/src/cpp/proto/proto_utils.cc @@ -32,7 +32,6 @@ */ #include <grpc++/impl/proto_utils.h> -#include <grpc++/config.h> #include <grpc/grpc.h> #include <grpc/byte_buffer.h> @@ -40,6 +39,7 @@ #include <grpc/support/slice.h> #include <grpc/support/slice_buffer.h> #include <grpc/support/port_platform.h> +#include <grpc++/support/config.h> const int kMaxBufferLength = 8192; |