From 7f1b65b8c6ee61d6868069c595cd57d98dc752ee Mon Sep 17 00:00:00 2001 From: vjpai <vpai@google.com> Date: Wed, 3 Feb 2016 09:10:14 -0800 Subject: [PATCH] Took out dependence on vector --- test/cpp/qps/limit_cores.cc | 1 - test/cpp/qps/limit_cores.h | 2 -- 2 files changed, 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 -- GitLab