Android buildfix + cleanup

This commit is contained in:
Henrik Rydgard
2013-02-04 20:19:24 +01:00
parent 0737021858
commit 7a36619174
3 changed files with 47 additions and 7 deletions
+5 -3
View File
@@ -15,6 +15,11 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "ChunkFile.h"
#include "FileUtil.h"
#include "DirectoryFileSystem.h"
#ifdef _WIN32
#include <windows.h>
#include <sys/stat.h>
@@ -25,9 +30,6 @@
#include <ctype.h>
#endif
#include "FileUtil.h"
#include "DirectoryFileSystem.h"
#if HOST_IS_CASE_SENSITIVE