diff --git a/src/nodes/CodeBlock.cpp b/src/nodes/CodeBlock.cpp index 938afdf..fb7c628 100644 --- a/src/nodes/CodeBlock.cpp +++ b/src/nodes/CodeBlock.cpp @@ -1,5 +1,4 @@ #include "CodeBlock.hpp" -#include std::vector> CodeBlock::dataTypes({ { 'B', menu_selector(CodeBlock::onBody) }, diff --git a/src/nodes/lists/CaptureList.cpp b/src/nodes/lists/CaptureList.cpp index 1da0c37..bfbbb59 100644 --- a/src/nodes/lists/CaptureList.cpp +++ b/src/nodes/lists/CaptureList.cpp @@ -1,6 +1,4 @@ #include "CaptureList.hpp" -#include "Geode/cocos/touch_dispatcher/CCTouchDispatcher.h" -#include CaptureList* CaptureList::create(const CCSize& size, const float cellHeight, const std::function& switchInfo) { CaptureList* instance = new CaptureList(); diff --git a/src/nodes/lists/JSONCodeBlock.cpp b/src/nodes/lists/JSONCodeBlock.cpp index 66b1ab8..67ea4f1 100644 --- a/src/nodes/lists/JSONCodeBlock.cpp +++ b/src/nodes/lists/JSONCodeBlock.cpp @@ -1,5 +1,4 @@ #include "JSONCodeBlock.hpp" -#include "Geode/cocos/CCDirector.h" bool JSONCodeBlock::init(const std::pair& code, const CCSize& size) { if (!BorderFix::init({ 0, 0, 0, FULL_OPACITY }, size)) { diff --git a/src/nodes/lists/TouchFixList.cpp b/src/nodes/lists/TouchFixList.cpp index 2482cf5..e9c7a52 100644 --- a/src/nodes/lists/TouchFixList.cpp +++ b/src/nodes/lists/TouchFixList.cpp @@ -1,5 +1,4 @@ #include "TouchFixList.hpp" -#include "Geode/ui/ListView.hpp" TouchFixList* TouchFixList::create(CCArray* cells, const float cellHeight, const float width, const float height) { TouchFixList* instance = new TouchFixList();