diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-04-26 12:15:48 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-04-26 12:15:48 -0700 |
commit | 44b9cd75847baa6cf275536264ab156c7f3e4518 (patch) | |
tree | 7976f69a87ee152ee72742af3ea95e7d04e0e863 /test/cpp/util | |
parent | 8c065a7b22dfe803cd03be24ae3cabaefeb6d59d (diff) |
Fix the sanity error reported by check_sources_and_headers.py
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/metrics_server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/util/metrics_server.h b/test/cpp/util/metrics_server.h index 2caacad5f3..aa9bfed23d 100644 --- a/test/cpp/util/metrics_server.h +++ b/test/cpp/util/metrics_server.h @@ -36,7 +36,6 @@ #include <map> #include <mutex> -#include "grpc/support/time.h" #include "src/proto/grpc/testing/metrics.grpc.pb.h" #include "src/proto/grpc/testing/metrics.pb.h" |