diff mbox

linux-generic: shm: remove wrong include files

Message ID 1423145813-32542-1-git-send-email-taras.kondratiuk@linaro.org
State Accepted
Commit a62eb98fa21c49487e986162d742e2c2315d61f1
Headers show

Commit Message

Taras Kondratiuk Feb. 5, 2015, 2:16 p.m. UTC
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
---
 platform/linux-generic/include/odp/shared_memory.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Anders Roxell Feb. 11, 2015, 6:28 a.m. UTC | #1
On 2015-02-05 16:16, Taras Kondratiuk wrote:
> Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>

Reviewed-by: Anders Roxell <anders.roxell@linaro.org>

> ---
>  platform/linux-generic/include/odp/shared_memory.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/platform/linux-generic/include/odp/shared_memory.h b/platform/linux-generic/include/odp/shared_memory.h
> index bdd7171..957be56 100644
> --- a/platform/linux-generic/include/odp/shared_memory.h
> +++ b/platform/linux-generic/include/odp/shared_memory.h
> @@ -17,8 +17,6 @@
>  extern "C" {
>  #endif
>  
> -#include <odp/plat/buffer_types.h>
> -#include <odp/plat/pool_types.h>
>  #include <odp/plat/shared_memory_types.h>
>  
>  /** @ingroup odp_shared_memory
> -- 
> 1.9.1
>
diff mbox

Patch

diff --git a/platform/linux-generic/include/odp/shared_memory.h b/platform/linux-generic/include/odp/shared_memory.h
index bdd7171..957be56 100644
--- a/platform/linux-generic/include/odp/shared_memory.h
+++ b/platform/linux-generic/include/odp/shared_memory.h
@@ -17,8 +17,6 @@ 
 extern "C" {
 #endif
 
-#include <odp/plat/buffer_types.h>
-#include <odp/plat/pool_types.h>
 #include <odp/plat/shared_memory_types.h>
 
 /** @ingroup odp_shared_memory