FreeCalypso > hg > freecalypso-sw
diff nuc-fw/riviera/rvm/rvm_swe_hdlr.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_swe_hdlr.c Thu Oct 31 00:17:12 2013 +0000 +++ b/nuc-fw/riviera/rvm/rvm_swe_hdlr.c Thu Oct 31 00:55:14 2013 +0000 @@ -17,17 +17,17 @@ * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ #include <stdio.h> -#include "rvf/rvf_env.h" -#include "rvm/rvm_gen.h" -#include "rvm/rvm_api.h" -#include "rvm/rvm_i.h" +#include "../rvf/rvf_env.h" +#include "rvm_gen.h" +#include "rvm_api.h" +#include "rvm_i.h" -#include "rvf/rvf_i.h" /* ET2 rvf private invocation API */ -#include "rvf/rvf_api.h" /* A-M-E-N-D-E-D! */ +#include "../rvf/rvf_i.h" /* ET2 rvf private invocation API */ +#include "../rvf/rvf_api.h" /* A-M-E-N-D-E-D! */ /* temporary inclusion for HCI pb on WINDOWS */ /* TO DO: remove it. */ -#include "rvm/rvm_use_id_list.h" +#include "rvm_use_id_list.h" #include <string.h>