# HG changeset patch # User Mychaela Falconia # Date 1532240051 0 # Node ID f5a1a37cbece0566ceb00cbfc79f22e0e1de6fa6 # Parent 1ed9de6c90bd0bc0f890a36e85523c1fb7869ffe src/g23m-aci defenestration fixes: include case and backslashes diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/aci_pei.c --- a/src/g23m-aci/aci/aci_pei.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/aci_pei.c Sun Jul 22 06:14:11 2018 +0000 @@ -27,7 +27,7 @@ #include "ccdapi.h" #include "cnf_aci.h" #include "mon_aci.h" /* mouais... */ -#include "P_ACI.val" /* SKA 2002-09-02 for MAX_CMD_LEN */ +#include "p_aci.val" /* SKA 2002-09-02 for MAX_CMD_LEN */ #include "line_edit.h" /* SKA 2002-09-02 */ #include "aci_cmh.h" #include "ati_cmd.h" diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/ati_bas.c --- a/src/g23m-aci/aci/ati_bas.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/ati_bas.c Sun Jul 22 06:14:11 2018 +0000 @@ -60,7 +60,7 @@ #include "ati_int.h" #ifndef _SIMULATION_ -#include "ffs\ffs.h" +#include "ffs/ffs.h" #endif #ifdef FF_ATI_BAT diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/cmh_smsr.c --- a/src/g23m-aci/aci/cmh_smsr.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/cmh_smsr.c Sun Jul 22 06:14:11 2018 +0000 @@ -52,7 +52,7 @@ #include "psa_sim.h" #include "cmh_sim.h" #include "psa_util.h" -#include "Phb.h" +#include "phb.h" #ifdef SIM_TOOLKIT #include "psa_sat.h" diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/cmh_smss.c --- a/src/g23m-aci/aci/cmh_smss.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/cmh_smss.c Sun Jul 22 06:14:11 2018 +0000 @@ -48,7 +48,7 @@ #include "cmh.h" #include "cmh_sms.h" #include "pcm.h" -#include "Phb.h" +#include "phb.h" #include "cmh_phb.h" #ifdef SIM_TOOLKIT diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/line_edit.c --- a/src/g23m-aci/aci/line_edit.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/line_edit.c Sun Jul 22 06:14:11 2018 +0000 @@ -27,7 +27,7 @@ #include "vsi.h" #include "pei.h" #include "aci_mem.h" -#include "P_ACI.val" +#include "p_aci.val" #include "line_edit.h" #include "line_edit_intern.h" diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/line_split.c --- a/src/g23m-aci/aci/line_split.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/line_split.c Sun Jul 22 06:14:11 2018 +0000 @@ -27,7 +27,7 @@ #include "vsi.h" #include "pei.h" #include "aci_mem.h" -#include "P_ACI.val" +#include "p_aci.val" #include "line_edit.h" #include "line_edit_intern.h" diff -r 1ed9de6c90bd -r f5a1a37cbece src/g23m-aci/aci/phb.c --- a/src/g23m-aci/aci/phb.c Sun Jul 22 06:04:49 2018 +0000 +++ b/src/g23m-aci/aci/phb.c Sun Jul 22 06:14:11 2018 +0000 @@ -53,7 +53,7 @@ #include "psa_ss.h" #ifndef _SIMULATION_ -#include "ffs\ffs.h" +#include "ffs/ffs.h" #endif /********* current define *******************************************/ static T_PHB_EXT_CMP_FCT ext_compare_fct = NULL; /* external compare function */