From c21ac2c81cdbd9b07401c273f74d1af6a581db92 Mon Sep 17 00:00:00 2001 From: MrOrdinaire Date: Sat, 3 Nov 2012 00:34:42 +0800 Subject: [PATCH] fix inconsistent file naming --- Core/Debugger/Breakpoints.cpp | 2 +- Core/{MemmapFunctions.cpp => MemMapFunctions.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Core/{MemmapFunctions.cpp => MemMapFunctions.cpp} (100%) 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