Skip to content

Commit

Permalink
Removed some useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SMJSGaming committed Jun 22, 2024
1 parent 25e508e commit 55daa44
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/nodes/CodeBlock.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "CodeBlock.hpp"
#include <vector>

std::vector<std::pair<char, SEL_MenuHandler>> CodeBlock::dataTypes({
{ 'B', menu_selector(CodeBlock::onBody) },
Expand Down
2 changes: 0 additions & 2 deletions src/nodes/lists/CaptureList.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include "CaptureList.hpp"
#include "Geode/cocos/touch_dispatcher/CCTouchDispatcher.h"
#include <functional>

CaptureList* CaptureList::create(const CCSize& size, const float cellHeight, const std::function<void(HttpInfo*)>& switchInfo) {
CaptureList* instance = new CaptureList();
Expand Down
1 change: 0 additions & 1 deletion src/nodes/lists/JSONCodeBlock.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "JSONCodeBlock.hpp"
#include "Geode/cocos/CCDirector.h"

bool JSONCodeBlock::init(const std::pair<HttpInfo::ContentType, std::string>& code, const CCSize& size) {
if (!BorderFix::init({ 0, 0, 0, FULL_OPACITY }, size)) {
Expand Down
1 change: 0 additions & 1 deletion src/nodes/lists/TouchFixList.cpp
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 55daa44

Please sign in to comment.