FreeCalypso > hg > freecalypso-sw
diff nuc-fw/riviera/rvm/rvm_api.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_api.c Thu Oct 31 00:17:12 2013 +0000 +++ b/nuc-fw/riviera/rvm/rvm_api.c Thu Oct 31 00:55:14 2013 +0000 @@ -19,16 +19,14 @@ */ -#ifndef _WINDOWS - #include "config/rv.cfg" -#endif +#include "../../include/config.h" + +#include "../rvf/rvf_env.h" -#include "rvf/rvf_env.h" - -#include "rvm/rvm_gen.h" -#include "rvm/rvm_api.h" -#include "rvm/rvm_i.h" -#include "rvm/rvm_use_id_list.h" +#include "rvm_gen.h" +#include "rvm_api.h" +#include "rvm_i.h" +#include "rvm_use_id_list.h" #include <string.h> @@ -314,4 +312,3 @@ return RVM_OK; } -