mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-08 23:07:31 +00:00
Removed redundant includes
This commit is contained in:
parent
27584e1171
commit
7e3f35dfe3
@ -19,7 +19,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "CommonTypes.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Globals.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
// Thanks to the JPCSP project! This sceFont implementation is basically a C++ take on JPCSP's font code.
|
||||
// Some parts, especially in this file, were simply copied, so I guess this really makes this file GPL3.
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Core/MemMap.h"
|
||||
#include "Core/Reporting.h"
|
||||
#include "Core/Font/PGF.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "../Globals.h"
|
||||
#include "../MemMap.h"
|
||||
#include "Core/HLE/sceAtrac.h"
|
||||
#include "Core/Config.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#include <map>
|
||||
#include "Globals.h"
|
||||
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Core/MIPS/MIPS.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "base/buffer.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
#include <cstdarg>
|
||||
|
||||
namespace Reporting
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#include "../../Globals.h"
|
||||
|
||||
#include <list>
|
||||
|
||||
class PointerWrap;
|
||||
|
||||
// Generic allocator thingy. Allocates blocks from a range.
|
||||
|
Loading…
x
Reference in New Issue
Block a user