diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-25 17:11:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-25 17:11:06 -0700 |
commit | 9533d042d4f52cc3cb04ea61ca179cce409e391c (patch) | |
tree | bd86a8af967ea7b53bb4dff5c158c19224d8f61d /test/core/profiling | |
parent | 8a9fd52b712cf8aa415a4c2cdcd5aa6ac96bb698 (diff) |
Fix includes
Diffstat (limited to 'test/core/profiling')
-rw-r--r-- | test/core/profiling/timers_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/profiling/timers_test.c b/test/core/profiling/timers_test.c index 7070fe465f..284589af1e 100644 --- a/test/core/profiling/timers_test.c +++ b/test/core/profiling/timers_test.c @@ -31,7 +31,7 @@ * */ -#include "src/core/profiling/timers.h" +#include "src/core/lib/profiling/timers.h" #include <stdlib.h> #include "test/core/util/test_config.h" |