Skip to content
Snippets Groups Projects
Commit 7f1b65b8 authored by vjpai's avatar vjpai
Browse files

Took out dependence on vector

parent 5a80d6f6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <grpc/support/cpu.h> #include <grpc/support/cpu.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <grpc/support/port_platform.h> #include <grpc/support/port_platform.h>
#include <vector>
namespace grpc { namespace grpc {
namespace testing { namespace testing {
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#ifndef TEST_QPS_LIMIT_CORES_H #ifndef TEST_QPS_LIMIT_CORES_H
#define TEST_QPS_LIMIT_CORES_H #define TEST_QPS_LIMIT_CORES_H
#include <vector>
namespace grpc { namespace grpc {
namespace testing { namespace testing {
/// LimitCores: allow this worker to only run on the cores specified in the /// LimitCores: allow this worker to only run on the cores specified in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment