mirror of https://github.com/axmolengine/axmol.git
[android] fixed #683: remove unneeded includes
This commit is contained in:
parent
1640e48d5a
commit
b4ab3f6b75
|
@ -26,12 +26,9 @@ NS_CC_BEGIN;
|
|||
|
||||
#include "CCCommon.h"
|
||||
#include "jni/SystemInfoJni.h"
|
||||
#include <string>
|
||||
|
||||
#define MAX_PATH 256
|
||||
|
||||
using namespace std;
|
||||
|
||||
// record the resource path
|
||||
static string s_strResourcePath = "";
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ THE SOFTWARE.
|
|||
#define __ANDROID_SYSTEM_INFO_JNI_H__
|
||||
|
||||
#include <jni.h>
|
||||
#include <string>
|
||||
|
||||
extern "C"
|
||||
|
||||
|
|
Loading…
Reference in New Issue