mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-27 20:42:32 +02:00
![]() We're allowed (by the standard) to forward declare types within std::vector, so we can replace direct includes with forward declarations and then include the types where they're directly needed. While we're at it, we can remove an unused inclusion of <cstring>, given nothing in the header uses anything from it. This also revealed an indirect inclusion, which this also resolves. |
||
---|---|---|
.. | ||
Debugger_SymbolMap.cpp | ||
Debugger_SymbolMap.h | ||
Dump.cpp | ||
Dump.h | ||
GCELF.h | ||
PPCDebugInterface.cpp | ||
PPCDebugInterface.h | ||
RSO.cpp | ||
RSO.h |