[android] fixed #683: remove unneeded includes

This commit is contained in:
minggo 2011-08-18 16:18:26 +08:00
parent 1640e48d5a
commit b4ab3f6b75
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -25,7 +25,6 @@ THE SOFTWARE.
#define __ANDROID_SYSTEM_INFO_JNI_H__
#include <jni.h>
#include <string>
extern "C"