commit | 9533d042d4f52cc3cb04ea61ca179cce409e391c | [log] [tgz] |
---|---|---|
author | Craig Tiller <ctiller@google.com> | Fri Mar 25 17:11:06 2016 -0700 |
committer | Craig Tiller <ctiller@google.com> | Fri Mar 25 17:11:06 2016 -0700 |
tree | bd86a8af967ea7b53bb4dff5c158c19224d8f61d | |
parent | 8a9fd52b712cf8aa415a4c2cdcd5aa6ac96bb698 [diff] [blame] |
Fix includes
diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc index 4284e07..a1489d8 100644 --- a/test/cpp/qps/client_sync.cc +++ b/test/cpp/qps/client_sync.cc
@@ -53,7 +53,7 @@ #include <grpc/support/time.h> #include <gtest/gtest.h> -#include "src/core/profiling/timers.h" +#include "src/core/lib/profiling/timers.h" #include "src/proto/grpc/testing/services.grpc.pb.h" #include "test/cpp/qps/client.h" #include "test/cpp/qps/histogram.h"