diff options
author | Mark D. Roth <roth@google.com> | 2018-01-18 15:22:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 15:22:15 -0800 |
commit | 9db1691c85a720ec661266dcdcc2cbf20f7146f2 (patch) | |
tree | d272b341de5ab0d8b11f3a08913b6eef1e6af876 /test/cpp/end2end/async_end2end_test.cc | |
parent | 9a4c6b31e5165a03401b84b2601ac2b0c32ef5dc (diff) | |
parent | dbdf495f61d099521bab45cf93f6f7d8dfb5c06f (diff) |
Merge pull request #14051 from markdroth/reorganize_support
Split lib/support into lib/gpr and lib/gpr++.
Diffstat (limited to 'test/cpp/end2end/async_end2end_test.cc')
-rw-r--r-- | test/cpp/end2end/async_end2end_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/async_end2end_test.cc b/test/cpp/end2end/async_end2end_test.cc index 1ea087e706..44cd81a6a4 100644 --- a/test/cpp/end2end/async_end2end_test.cc +++ b/test/cpp/end2end/async_end2end_test.cc @@ -34,8 +34,8 @@ #include <grpc/support/time.h> #include <grpc/support/tls.h> +#include "src/core/lib/gpr/env.h" #include "src/core/lib/iomgr/port.h" -#include "src/core/lib/support/env.h" #include "src/proto/grpc/health/v1/health.grpc.pb.h" #include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" |