aboutsummaryrefslogtreecommitdiff
path: root/example/time/time_global_test.c
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2017-01-23 14:46:08 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-25 19:26:17 +0300
commitf603483a31d03e5647c409f8ce71d72ebaadd93b (patch)
tree5e1130d8e4bdbd274c6f0aa2fdd96361f66ace47 /example/time/time_global_test.c
parent29889bf258fc52ae7c950c11eb17503883cff47e (diff)
examples: use odph_api.h
clean up all the examples and just use odph_api.h Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/time/time_global_test.c')
-rw-r--r--example/time/time_global_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/time/time_global_test.c b/example/time/time_global_test.c
index dd339499d..e24e9f434 100644
--- a/example/time/time_global_test.c
+++ b/example/time/time_global_test.c
@@ -8,7 +8,7 @@
#include <odp_api.h>
#include <example_debug.h>
-#include <odp/helper/threads.h>
+#include <odp/helper/odph_api.h>
#define MAX_WORKERS 32
#define ITERATION_NUM 2048