diff options
author | Noah Eisen <ncteisen@gmail.com> | 2018-01-23 11:59:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 11:59:56 -0800 |
commit | badfd4144304ea29b17c49d3d8b18645514941b1 (patch) | |
tree | a5fcfc01ce56b2f3431238fb9f0bf82044e722de /test | |
parent | 011779e6d1c886ffb66355a6879e851a4c4b5a99 (diff) | |
parent | d88f903bd1068ffc1deff59a23fd4c7714580f26 (diff) |
Merge pull request #14086 from ncteisen/more-clang-tidy
Clang Tidy Codebase Part1
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/qps/driver.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 2f765a6d1e..a809a27e3c 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -33,7 +33,6 @@ #include "src/core/lib/gpr/env.h" #include "src/core/lib/profiling/timers.h" -#include "src/proto/grpc/testing/services.grpc.pb.h" #include "test/core/util/port.h" #include "test/core/util/test_config.h" #include "test/cpp/qps/client.h" |