diff options
author | Vijay Pai <vpai@google.com> | 2018-01-25 13:24:03 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2018-02-02 09:16:44 -0800 |
commit | d4d0a30c6f569e031d0bfaa31f0410b855f362a3 (patch) | |
tree | 84f3a69aaf14cdf2e0c6d4204b752f5555da6f27 /src/core/lib/backoff | |
parent | e5b0a504167fbc6277d034709aa29ea07fa09a00 (diff) |
Privatize useful.h and avl.h
Diffstat (limited to 'src/core/lib/backoff')
-rw-r--r-- | src/core/lib/backoff/backoff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/backoff/backoff.cc b/src/core/lib/backoff/backoff.cc index d561fc7460..9275fc2894 100644 --- a/src/core/lib/backoff/backoff.cc +++ b/src/core/lib/backoff/backoff.cc @@ -20,7 +20,7 @@ #include <algorithm> -#include <grpc/support/useful.h> +#include "src/core/lib/gpr/useful.h" namespace grpc_core { |