Fixes failed to build android.

This commit is contained in:
chengstory 2013-12-26 17:17:02 +08:00
parent 91edad5152
commit 041e78cb54
4 changed files with 0 additions and 6 deletions

View File

@ -23,8 +23,6 @@ THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#include "TriggerBase.h" #include "TriggerBase.h"
#include "TriggerObj.h"
#include "TriggerMng.h"
using namespace cocos2d; using namespace cocos2d;
using namespace cocostudio; using namespace cocostudio;

View File

@ -27,7 +27,6 @@ THE SOFTWARE.
#include "cocos2d.h" #include "cocos2d.h"
#include "cocostudio/CocoStudio.h" #include "cocostudio/CocoStudio.h"
#include "ExtensionMacros.h"
#include "TriggerObj.h" #include "TriggerObj.h"
#include "ObjectFactory.h" #include "ObjectFactory.h"
#include "TriggerMng.h" #include "TriggerMng.h"

View File

@ -23,8 +23,6 @@ THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#include "TriggerMng.h" #include "TriggerMng.h"
#include "TriggerObj.h"
#include "TriggerBase.h"
using namespace cocos2d; using namespace cocos2d;

View File

@ -27,7 +27,6 @@ THE SOFTWARE.
#include "cocos2d.h" #include "cocos2d.h"
#include "CocoStudio.h" #include "CocoStudio.h"
#include "TriggerBase.h"
#include <vector> #include <vector>
namespace cocostudio { namespace cocostudio {