From e017c59d535c5d57bce89b0e26c05638b7b6fbd7 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 8 Jan 2015 09:51:20 +0100 Subject: api: remove platform includes Signed-off-by: Anders Roxell Reviewed-by: Balasubramanian Manoharan Reviewed-by: Taras Kondratiuk Signed-off-by: Maxim Uvarov --- include/odp/api/barrier.h | 3 --- include/odp/api/buffer.h | 4 ---- include/odp/api/classification.h | 5 ----- include/odp/api/crypto.h | 6 ------ include/odp/api/packet.h | 2 -- include/odp/api/packet_io.h | 4 ---- include/odp/api/shared_memory.h | 2 -- include/odp/api/system_info.h | 2 -- include/odp/api/time.h | 2 -- include/odp/api/timer.h | 5 ----- 10 files changed, 35 deletions(-) (limited to 'include/odp') diff --git a/include/odp/api/barrier.h b/include/odp/api/barrier.h index 9ba54c3e2..206621057 100644 --- a/include/odp/api/barrier.h +++ b/include/odp/api/barrier.h @@ -19,9 +19,6 @@ extern "C" { #endif -#include -#include - /** @addtogroup odp_synchronizers * Synchronize threads. * @{ diff --git a/include/odp/api/buffer.h b/include/odp/api/buffer.h index f1d60a5bf..12b2f5af8 100644 --- a/include/odp/api/buffer.h +++ b/include/odp/api/buffer.h @@ -19,10 +19,6 @@ extern "C" { #endif -#include -#include -#include - /** @defgroup odp_buffer ODP BUFFER * Operations on a buffer. * @{ diff --git a/include/odp/api/classification.h b/include/odp/api/classification.h index e88d6236a..5c6636feb 100644 --- a/include/odp/api/classification.h +++ b/include/odp/api/classification.h @@ -19,11 +19,6 @@ extern "C" { #endif -#include -#include -#include -#include - /** @defgroup odp_classification ODP CLASSIFICATION * Classification operations. * @{ diff --git a/include/odp/api/crypto.h b/include/odp/api/crypto.h index 75c795e96..75e4dd8c5 100644 --- a/include/odp/api/crypto.h +++ b/include/odp/api/crypto.h @@ -18,12 +18,6 @@ extern "C" { #endif -#include -#include -#include -#include -#include - /** @defgroup odp_crypto ODP CRYPTO * Macros, enums, types and operations to utilise crypto. * @{ diff --git a/include/odp/api/packet.h b/include/odp/api/packet.h index 1082005ac..3c1c64606 100644 --- a/include/odp/api/packet.h +++ b/include/odp/api/packet.h @@ -18,8 +18,6 @@ extern "C" { #endif -#include - /** @defgroup odp_packet ODP PACKET * Operations on a packet. * @{ diff --git a/include/odp/api/packet_io.h b/include/odp/api/packet_io.h index 9855b137f..da7bc3f26 100644 --- a/include/odp/api/packet_io.h +++ b/include/odp/api/packet_io.h @@ -18,10 +18,6 @@ extern "C" { #endif -#include -#include -#include -#include /** @defgroup odp_packet_io ODP PACKET IO * Operations on a packet. diff --git a/include/odp/api/shared_memory.h b/include/odp/api/shared_memory.h index 0060d956b..5b27b6b9e 100644 --- a/include/odp/api/shared_memory.h +++ b/include/odp/api/shared_memory.h @@ -19,8 +19,6 @@ extern "C" { #endif -#include - /** @defgroup odp_shared_memory ODP SHARED MEMORY * Operations on shared memory. * @{ diff --git a/include/odp/api/system_info.h b/include/odp/api/system_info.h index 01431a45a..c14d6547e 100644 --- a/include/odp/api/system_info.h +++ b/include/odp/api/system_info.h @@ -19,8 +19,6 @@ extern "C" { #endif -#include - /** @addtogroup odp_ver_abt_log_dbg * @{ */ diff --git a/include/odp/api/time.h b/include/odp/api/time.h index 58b20f548..aba841cb4 100644 --- a/include/odp/api/time.h +++ b/include/odp/api/time.h @@ -19,8 +19,6 @@ extern "C" { #endif -#include - /** @defgroup odp_system ODP SYSTEM * @{ */ diff --git a/include/odp/api/timer.h b/include/odp/api/timer.h index 357771b92..64ccc4bca 100644 --- a/include/odp/api/timer.h +++ b/include/odp/api/timer.h @@ -18,11 +18,6 @@ extern "C" { #endif -#include -#include -#include -#include - /** @defgroup odp_timer ODP TIMER * @{ */ -- cgit v1.2.3