diff options
author | Vijay Pai <vpai@google.com> | 2017-10-27 14:57:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 14:57:40 -0700 |
commit | d5b66f187c91aa30455f8ae7f32692927ad66229 (patch) | |
tree | 25245eab54616c269daf12cf966f6053eea75361 /include/grpc++/impl/codegen/time.h | |
parent | c4c535db59405b14328484eb346b1f61139d01dd (diff) | |
parent | 7a648854e9e53f5228ad1218b559e358f72a9a38 (diff) |
Merge pull request #13107 from vjpai/reinternalize
Separate public and internal C++ interfaces - Revival of #11572
Diffstat (limited to 'include/grpc++/impl/codegen/time.h')
-rw-r--r-- | include/grpc++/impl/codegen/time.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/grpc++/impl/codegen/time.h b/include/grpc++/impl/codegen/time.h index 589deb4f03..d464d6ea13 100644 --- a/include/grpc++/impl/codegen/time.h +++ b/include/grpc++/impl/codegen/time.h @@ -19,6 +19,8 @@ #ifndef GRPCXX_IMPL_CODEGEN_TIME_H #define GRPCXX_IMPL_CODEGEN_TIME_H +#include <chrono> + #include <grpc++/impl/codegen/config.h> #include <grpc/impl/codegen/grpc_types.h> @@ -59,10 +61,6 @@ class TimePoint<gpr_timespec> { } // namespace grpc -#include <chrono> - -#include <grpc/impl/codegen/grpc_types.h> - namespace grpc { // from and to should be absolute time. |