Merge branch 'master' of https://github.com/hrydgard/ppsspp into GEDebugger

This commit is contained in:
Kingcom 2013-10-01 11:50:32 +02:00
commit d71b1e44fa
7 changed files with 0 additions and 8 deletions

View File

@ -19,7 +19,6 @@
#include <string>
#include <vector>
#include <map>
#include "CommonTypes.h"

View File

@ -23,7 +23,6 @@
#endif
#include <algorithm>
#include <map>
#include "Common/FileUtil.h"
#include "Globals.h"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -34,7 +34,6 @@
#include "base/buffer.h"
#include <stdlib.h>
#include <string>
#include <cstdarg>
namespace Reporting

View File

@ -19,8 +19,6 @@
#include "../../Globals.h"
#include <list>
class PointerWrap;
// Generic allocator thingy. Allocates blocks from a range.