aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-08 09:51:20 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-29 20:42:37 +0300
commite017c59d535c5d57bce89b0e26c05638b7b6fbd7 (patch)
treea6adb35f52129f8103d933a9d5f3717053473ce6 /include/odp
parentd4fa3158948e6c9b3e77ca92f34ef1f49865add9 (diff)
api: remove platform includes
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp')
-rw-r--r--include/odp/api/barrier.h3
-rw-r--r--include/odp/api/buffer.h4
-rw-r--r--include/odp/api/classification.h5
-rw-r--r--include/odp/api/crypto.h6
-rw-r--r--include/odp/api/packet.h2
-rw-r--r--include/odp/api/packet_io.h4
-rw-r--r--include/odp/api/shared_memory.h2
-rw-r--r--include/odp/api/system_info.h2
-rw-r--r--include/odp/api/time.h2
-rw-r--r--include/odp/api/timer.h5
10 files changed, 0 insertions, 35 deletions
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 <odp/std_types.h>
-#include <odp/atomic.h>
-
/** @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 <odp/std_types.h>
-#include <odp/platform_types.h>
-#include <odp/event.h>
-
/** @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 <odp/std_types.h>
-#include <odp/pool.h>
-#include <odp/packet.h>
-#include <odp/queue.h>
-
/** @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 <odp/std_types.h>
-#include <odp/event.h>
-#include <odp/pool.h>
-#include <odp/queue.h>
-#include <odp/packet.h>
-
/** @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 <odp/buffer.h>
-
/** @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 <odp/std_types.h>
-#include <odp/pool.h>
-#include <odp/packet.h>
-#include <odp/queue.h>
/** @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 <odp/std_types.h>
-
/** @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 <odp/std_types.h>
-
/** @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 <odp/std_types.h>
-
/** @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 <stdlib.h>
-#include <odp/std_types.h>
-#include <odp/event.h>
-#include <odp/queue.h>
-
/** @defgroup odp_timer ODP TIMER
* @{
*/