diff --git a/cocos/editor-support/cocostudio/CCInputDelegate.cpp b/cocos/editor-support/cocostudio/CCInputDelegate.cpp index 14e5f4b6f5..1bafbe42f2 100644 --- a/cocos/editor-support/cocostudio/CCInputDelegate.cpp +++ b/cocos/editor-support/cocostudio/CCInputDelegate.cpp @@ -24,7 +24,7 @@ THE SOFTWARE. #include "cocostudio/CCInputDelegate.h" #include "CCDirector.h" -#include "CCDevice.h" +#include "platform/CCDevice.h" #include "CCEventListenerTouch.h" #include "CCEventListenerAcceleration.h" #include "CCEventListenerKeyboard.h" diff --git a/extensions/GUI/CCScrollView/CCScrollView.cpp b/extensions/GUI/CCScrollView/CCScrollView.cpp index 01bfb8ab82..e1c21ce3a6 100644 --- a/extensions/GUI/CCScrollView/CCScrollView.cpp +++ b/extensions/GUI/CCScrollView/CCScrollView.cpp @@ -25,7 +25,7 @@ #include "CCScrollView.h" #include "CCEGLView.h" -#include "CCDevice.h" +#include "platform/CCDevice.h" #include "CCActionInstant.h" #include "CCActionInterval.h" #include "CCActionTween.h"