diff nuc-fw/riviera/rvm/rvm_group_swe.c @ 121:15e972110527

RVM compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:55:14 +0000
parents 21de8d8e6ea7
children
line wrap: on
line diff
--- a/nuc-fw/riviera/rvm/rvm_group_swe.c	Thu Oct 31 00:17:12 2013 +0000
+++ b/nuc-fw/riviera/rvm/rvm_group_swe.c	Thu Oct 31 00:55:14 2013 +0000
@@ -18,9 +18,9 @@
  */
 
 
-#include "rvm/rvm_gen.h"
-#include "rv/rv_defined_swe.h"
-#include "rvm/rvm_use_id_list.h"
+#include "rvm_gen.h"
+#include "../rv/rv_defined_swe.h"
+#include "rvm_use_id_list.h"
 
 
 const T_RVM_USE_ID group1[] =
@@ -29,4 +29,4 @@
 
 const T_RVM_USE_ID * RVM_TYPE2_SWE_GROUPS[] =
 {	NULL
-};
\ No newline at end of file
+};