diff --git a/mednafen/src/wswan/debug.cpp b/mednafen/src/wswan/debug.cpp index c63cccc2b8..459021b3d3 100644 --- a/mednafen/src/wswan/debug.cpp +++ b/mednafen/src/wswan/debug.cpp @@ -22,7 +22,7 @@ #include "v30mz.h" #include "debug.h" #include "dis/disasm.h" -#include "mednafen-memory.h" +#include "memory.h" #include "gfx.h" #include #include diff --git a/mednafen/src/wswan/v30mz.cpp b/mednafen/src/wswan/v30mz.cpp index 43bfec9a57..f76661642d 100644 --- a/mednafen/src/wswan/v30mz.cpp +++ b/mednafen/src/wswan/v30mz.cpp @@ -28,7 +28,7 @@ */ #include "wswan.h" -#include "mednafen-memory.h" +#include "memory.h" #include