mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2424 from minggo/master
don't include unneeded header file
This commit is contained in:
commit
f99ffcd6df
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue