diff mbox

[API-NEXT] linux-generic: tm: remove not used includes of odp_api.h

Message ID 1457078525-4496-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit 286973c087fec33f83ee75474c3af9992820b2e5
Headers show

Commit Message

Maxim Uvarov March 4, 2016, 8:02 a.m. UTC
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 platform/linux-generic/include/odp_timer_wheel_internal.h | 1 -
 platform/linux-generic/odp_sorted_list.c                  | 1 -
 platform/linux-generic/odp_timer_wheel.c                  | 1 -
 3 files changed, 3 deletions(-)

Comments

Maxim Uvarov March 4, 2016, 8:18 a.m. UTC | #1
Applied.

Needed this to sync tm code in next and api-next. To prepare rc1 today.
Trivial change.

Maxim.

On 03/04/16 11:02, Maxim Uvarov wrote:
> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
> ---
>   platform/linux-generic/include/odp_timer_wheel_internal.h | 1 -
>   platform/linux-generic/odp_sorted_list.c                  | 1 -
>   platform/linux-generic/odp_timer_wheel.c                  | 1 -
>   3 files changed, 3 deletions(-)
>
> 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 @@ extern "C" {
>   #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>
diff mbox

Patch

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 @@  extern "C" {
 #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>