don't include unneeded header file

This commit is contained in:
minggo 2013-04-23 10:10:14 +08:00
parent dc0e89e839
commit d4efbcfcef
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
#include <jni.h>
#include <android/log.h>
#include "HelloWorldScene.h"
#define LOG_TAG "main"
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__)