| Index: tests/benchmark/benchmark_life.cc
|
| diff --git a/tests/benchmark/benchmark_life.cc b/tests/benchmark/benchmark_life.cc
|
| index 866b5b91283e2feeec4fac61dd5474e2074ea04d..aad43f568fb9ba65e27258081c35d830013a7ddd 100644
|
| --- a/tests/benchmark/benchmark_life.cc
|
| +++ b/tests/benchmark/benchmark_life.cc
|
| @@ -8,9 +8,8 @@
|
| #include <string.h>
|
| #include <unistd.h>
|
|
|
| -// @EXEMPTION[include]
|
| -#include "./framework.h"
|
| -#include "./thread_pool.h"
|
| +#include "native_client/tests/benchmark/framework.h"
|
| +#include "native_client/tests/benchmark/thread_pool.h"
|
|
|
|
|
| using sdk_util::ThreadPool; // For sdk_util::ThreadPool
|
|
|