Maxim Uvarov has uploaded a new change for review. https://review.linaro.org/10833
Change subject: linux-generic: tm: remove not used includes of odp_api.h ...................................................................... linux-generic: tm: remove not used includes of odp_api.h Change-Id: I83877ad51f354fe8357ddfff5045c504c016d6b2 Signed-off-by: Maxim Uvarov <[email protected]> --- M platform/linux-generic/include/odp_timer_wheel_internal.h M platform/linux-generic/odp_sorted_list.c M platform/linux-generic/odp_timer_wheel.c 3 files changed, 0 insertions(+), 3 deletions(-) git pull ssh://review.linaro.org:29418/lng/odp refs/changes/33/10833/1 diff --git a/platform/linux-generic/include/odp_timer_wheel_internal.h b/platform/linux-generic/include/odp_timer_wheel_internal.h index 54abb77..e17e263 100644 --- a/platform/linux-generic/include/odp_timer_wheel_internal.h +++ b/platform/linux-generic/include/odp_timer_wheel_internal.h @@ -14,7 +14,6 @@ #endif #include <stdint.h> -#include <odp_api.h> typedef uint64_t _odp_timer_wheel_t; diff --git a/platform/linux-generic/odp_sorted_list.c b/platform/linux-generic/odp_sorted_list.c index 9c8d3e1..dfa2667 100644 --- a/platform/linux-generic/odp_sorted_list.c +++ b/platform/linux-generic/odp_sorted_list.c @@ -10,7 +10,6 @@ #include <string.h> #include <malloc.h> #include <stdio.h> -#include <odp_api.h> #include <odp_debug_internal.h> #include <odp_sorted_list_internal.h> diff --git a/platform/linux-generic/odp_timer_wheel.c b/platform/linux-generic/odp_timer_wheel.c index 6d98a32..638edf4 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_api.h> #include <odp_timer_wheel_internal.h> #include <odp_traffic_mngr_internal.h> #include <odp_debug_internal.h> -- To view, visit https://review.linaro.org/10833 To unsubscribe, visit https://review.linaro.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I83877ad51f354fe8357ddfff5045c504c016d6b2 Gerrit-PatchSet: 1 Gerrit-Project: lng/odp Gerrit-Branch: api-next Gerrit-Owner: Maxim Uvarov <[email protected]> _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
