diff nuc-fw/riviera/rvf/rvf_mem_pool.c @ 120:e7d4ec9c4c32

All of RVF compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:17:12 +0000
parents 21de8d8e6ea7
children
line wrap: on
line diff
--- a/nuc-fw/riviera/rvf/rvf_mem_pool.c	Wed Oct 30 23:19:21 2013 +0000
+++ b/nuc-fw/riviera/rvf/rvf_mem_pool.c	Thu Oct 31 00:17:12 2013 +0000
@@ -15,8 +15,8 @@
 /* (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved*/
 /****************************************************************************/
 
-#include "rvf/rvf_pool_size.h"
-#include "rvf/rvf_cust.h"
+#include "rvf_pool_size.h"
+#include "rvf_cust.h"
 
 /******** MEMORY POOLS ******************/
 /* Define the buffer pools */
@@ -78,4 +78,4 @@
 UINT16 _rvf_get_number_of_pool(void)
 {
    return RVF_NB_POOLS;
-}
\ No newline at end of file
+}