aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_timer_wheel.c
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-04 10:51:40 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-04 13:37:10 +0300
commit286973c087fec33f83ee75474c3af9992820b2e5 (patch)
tree21354aa7fd8cb2d63d1b61784e55c57f27823237 /platform/linux-generic/odp_timer_wheel.c
parentd6057296b9c52f9e19c9f914223ac0dd1113743a (diff)
linux-generic: tm: remove not used includes of odp_api.h
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/odp_timer_wheel.c')
-rw-r--r--platform/linux-generic/odp_timer_wheel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_timer_wheel.c b/platform/linux-generic/odp_timer_wheel.c
index 516add9e8..638edf4bb 100644
--- a/platform/linux-generic/odp_timer_wheel.c
+++ b/platform/linux-generic/odp_timer_wheel.c
@@ -10,7 +10,6 @@
#include <string.h>
#include <malloc.h>
#include <stdio.h>
-#include <odp.h>
#include <odp_timer_wheel_internal.h>
#include <odp_traffic_mngr_internal.h>
#include <odp_debug_internal.h>