From 1ac82ec8348f2a64ee4976ab6a0d94aaaea60f49 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Thu, 1 Jan 2004 20:35:44 +0000 Subject: [PATCH] Changed #include filename slashes Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1520 --- src/cpu/core_dyn_x86.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpu/core_dyn_x86.cpp b/src/cpu/core_dyn_x86.cpp index 2d551f0a..7b27ffe2 100644 --- a/src/cpu/core_dyn_x86.cpp +++ b/src/cpu/core_dyn_x86.cpp @@ -141,7 +141,7 @@ static void IllegalOption(void) { E_Exit("Illegal option"); } -#include "core_dyn_x86\cache.h" +#include "core_dyn_x86/cache.h" static struct { Bitu callback; @@ -149,7 +149,7 @@ static struct { } core_dyn; -#include "core_dyn_x86\risc_x86.h" +#include "core_dyn_x86/risc_x86.h" struct DynState { DynReg regs[G_MAX]; @@ -196,7 +196,7 @@ static void dyn_synchstate(DynState * state) { gen_synchreg(&DynRegs[i],&state->regs[i]); } } -#include "core_dyn_x86\decoder.h" +#include "core_dyn_x86/decoder.h" Bits CPU_Core_Dyn_X86_Run(void) { /* Determine the linear address of CS:EIP */