Global: Reduce includes of common headers.
In many places, string, map, or Common.h were included but not needed.
This commit is contained in:
parent
3df6cb704f
commit
2479d52202
162 changed files with 144 additions and 185 deletions
|
@ -17,8 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class PointerWrap;
|
||||
class KernelObject;
|
||||
|
||||
|
@ -27,6 +25,7 @@ void __IoDoState(PointerWrap &p);
|
|||
void __IoShutdown();
|
||||
|
||||
struct ScePspDateTime;
|
||||
struct tm;
|
||||
|
||||
u32 sceIoIoctl(u32 id, u32 cmd, u32 indataPtr, u32 inlen, u32 outdataPtr, u32 outlen);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue