aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2015-02-25 14:58:29 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-25 18:34:22 +0300
commitd06d03879c9ca64d6659dbc61520965855fb68b6 (patch)
tree36b69881086de428ea3a5f93610b7b8546a4d1cf /include/odp
parent8bd49f9d1ba997044ce7ad046db4295becc7f6c7 (diff)
api: crypto: remove posix dependency
sys/types.h is a POSIX header file and must not be included from an API header. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp')
-rw-r--r--include/odp/api/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/odp/api/crypto.h b/include/odp/api/crypto.h
index d8628b2e2..2311a4e67 100644
--- a/include/odp/api/crypto.h
+++ b/include/odp/api/crypto.h
@@ -18,8 +18,6 @@
extern "C" {
#endif
-#include <sys/types.h>
-
/** @defgroup odp_crypto ODP CRYPTO
* Macros, enums, types and operations to utilise crypto.
* @{