mirror of https://github.com/axmolengine/axmol.git
Fixes failed to build android.
This commit is contained in:
parent
91edad5152
commit
041e78cb54
|
@ -23,8 +23,6 @@ THE SOFTWARE.
|
|||
****************************************************************************/
|
||||
|
||||
#include "TriggerBase.h"
|
||||
#include "TriggerObj.h"
|
||||
#include "TriggerMng.h"
|
||||
|
||||
using namespace cocos2d;
|
||||
using namespace cocostudio;
|
||||
|
|
|
@ -27,7 +27,6 @@ THE SOFTWARE.
|
|||
|
||||
#include "cocos2d.h"
|
||||
#include "cocostudio/CocoStudio.h"
|
||||
#include "ExtensionMacros.h"
|
||||
#include "TriggerObj.h"
|
||||
#include "ObjectFactory.h"
|
||||
#include "TriggerMng.h"
|
||||
|
|
|
@ -23,8 +23,6 @@ THE SOFTWARE.
|
|||
****************************************************************************/
|
||||
|
||||
#include "TriggerMng.h"
|
||||
#include "TriggerObj.h"
|
||||
#include "TriggerBase.h"
|
||||
|
||||
using namespace cocos2d;
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ THE SOFTWARE.
|
|||
|
||||
#include "cocos2d.h"
|
||||
#include "CocoStudio.h"
|
||||
#include "TriggerBase.h"
|
||||
#include <vector>
|
||||
|
||||
namespace cocostudio {
|
||||
|
|
Loading…
Reference in New Issue