diff --git a/Core/Debugger/Breakpoints.cpp b/Core/Debugger/Breakpoints.cpp index f1b4188a3228..a159ae6e85e1 100644 --- a/Core/Debugger/Breakpoints.cpp +++ b/Core/Debugger/Breakpoints.cpp @@ -16,7 +16,7 @@ // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. #include "../Core.h" -#include "BreakPoints.h" +#include "Breakpoints.h" #include "SymbolMap.h" #include "FixedSizeUnorderedSet.h" diff --git a/Core/MemmapFunctions.cpp b/Core/MemMapFunctions.cpp similarity index 100% rename from Core/MemmapFunctions.cpp rename to Core/MemMapFunctions.cpp