diff mbox

[4/4] api: crypto: remove posix dependency

Message ID 1424869109-930-4-git-send-email-petri.savolainen@linaro.org
State Accepted
Commit d06d03879c9ca64d6659dbc61520965855fb68b6
Headers show

Commit Message

Petri Savolainen Feb. 25, 2015, 12:58 p.m. UTC
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>
---
 include/odp/api/crypto.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/include/odp/api/crypto.h b/include/odp/api/crypto.h
index a71753c..bf0a410 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.
  *  @{