diff options
author | vjpai <vpai@google.com> | 2016-02-03 09:10:14 -0800 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-02-03 09:10:14 -0800 |
commit | 7f1b65b8c6ee61d6868069c595cd57d98dc752ee (patch) | |
tree | 88fc16812f5ccaa79f959f0f017135f228982a66 | |
parent | 5a80d6f6066fe38bcf518d931792f49c7df89eb2 (diff) |
Took out dependence on vector
-rw-r--r-- | test/cpp/qps/limit_cores.cc | 1 | ||||
-rw-r--r-- | test/cpp/qps/limit_cores.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/cpp/qps/limit_cores.cc b/test/cpp/qps/limit_cores.cc index 7dac54a688..fad9a323af 100644 --- a/test/cpp/qps/limit_cores.cc +++ b/test/cpp/qps/limit_cores.cc @@ -36,7 +36,6 @@ #include <grpc/support/cpu.h> #include <grpc/support/log.h> #include <grpc/support/port_platform.h> -#include <vector> namespace grpc { namespace testing { diff --git a/test/cpp/qps/limit_cores.h b/test/cpp/qps/limit_cores.h index 5c0d1e315d..5482904a3c 100644 --- a/test/cpp/qps/limit_cores.h +++ b/test/cpp/qps/limit_cores.h @@ -34,8 +34,6 @@ #ifndef TEST_QPS_LIMIT_CORES_H #define TEST_QPS_LIMIT_CORES_H -#include <vector> - namespace grpc { namespace testing { /// LimitCores: allow this worker to only run on the cores specified in the |