diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-28 23:13:19 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-28 23:13:19 -0700 |
commit | d9a60bbd2628f9a19e7bf0ff97c5c156dded73cf (patch) | |
tree | 42e57e6117246be7241a4d09e87c39f24615b447 /test/cpp/qps/driver.h | |
parent | c22781525c1113ae04496f49a5f5fa10fea96534 (diff) | |
parent | afbae1f583b9b34b60a975c0cee7b336399ade8b (diff) |
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r-- | test/cpp/qps/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h index 3af61f7391..1e2e28029e 100644 --- a/test/cpp/qps/driver.h +++ b/test/cpp/qps/driver.h @@ -36,8 +36,8 @@ #include <memory> -#include "test/cpp/qps/histogram.h" #include "src/proto/grpc/testing/control.grpc.pb.h" +#include "test/cpp/qps/histogram.h" namespace grpc { namespace testing { |