diff options
author | Hongyu Chen <hongyu@google.com> | 2015-08-25 10:57:17 -0700 |
---|---|---|
committer | Hongyu Chen <hongyu@google.com> | 2015-08-25 10:57:17 -0700 |
commit | a96ce800a8df5c62ffd264317836ecf3433c4344 (patch) | |
tree | 8eb8c43481543fb51dea0b014d69e8fb661709e9 /src | |
parent | a0f149e8732c58241795ba6ea198819e359437d2 (diff) |
Update include path of core/profiling/basic_timers.c
Diffstat (limited to 'src')
-rw-r--r-- | src/core/profiling/basic_timers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/profiling/basic_timers.c b/src/core/profiling/basic_timers.c index 9892a16120..4b6a0d2f56 100644 --- a/src/core/profiling/basic_timers.c +++ b/src/core/profiling/basic_timers.c @@ -36,7 +36,6 @@ #ifdef GRPC_BASIC_PROFILER #include "src/core/profiling/timers.h" -#include "src/core/profiling/timers_preciseclock.h" #include <grpc/support/alloc.h> #include <grpc/support/log.h> |