Skip to content

Commit

Permalink
Cleaned up the includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemoumbra committed Sep 14, 2024
1 parent c1ad3db commit 21d0f59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions Core/MIPS/MIPSTracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <cstring> // for std::memcpy
#include "Core/MIPS/MIPSTables.h" // for MIPSDisAsm
#include "Core/MemMap.h" // for Memory::GetPointerUnchecked
#include "Common/File/FileUtil.h" // for the File::OpenCFile


bool TraceBlockStorage::save_block(const u32* instructions, u32 size) {
Expand Down
3 changes: 0 additions & 3 deletions Core/MIPS/MIPSTracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
#include <unordered_map>
#include <vector>
#include <string>
#include <iterator>
#include <fstream>

#include "Common/CommonTypes.h"
#include "Core/Opcode.h"
#include "Core/MIPS/IR/IRJit.h"
#include "Common/Log.h"
#include "Common/File/Path.h"
#include "Common/File/FileUtil.h"


struct TraceBlockInfo {
Expand Down
2 changes: 1 addition & 1 deletion UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#include "GPU/GPUInterface.h"
#include "GPU/Common/FramebufferManagerCommon.h"

#include "Core/Core.h"
#include "Core/Core.h" // for Core_IsStepping
#include "Core/MIPS/MIPSTracer.h"

#if PPSSPP_PLATFORM(MAC) || PPSSPP_PLATFORM(IOS)
Expand Down

0 comments on commit 21d0f59

Please sign in to comment.