Skip to content

Commit 53212dd

Browse files
committed
Include cleanup
1 parent 59f2801 commit 53212dd

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/NodeModding.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "nodes/CCNode.h"
77
#include "Utils.h"
88
#include "Macros.h"
9-
#include "Callbacks.h"
109

1110
using namespace geode::prelude;
1211

src/nodes/MenuGameLayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <Geode/Geode.hpp>
44
#include <Geode/modify/MenuGameLayer.hpp>
55
#include "../Macros.h"
6+
#include "../UIModding.h"
67

78
using namespace geode::prelude;
89

src/nodes/MenuLayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <Geode/modify/MenuLayer.hpp>
55
#include "../Callbacks.h"
66
#include "../Macros.h"
7+
#include "../UIModding.h"
78

89
using namespace geode::prelude;
910

src/nodes/TextArea.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <Geode/Geode.hpp>
44
#include <Geode/modify/TextArea.hpp>
55
#include <rift.hpp>
6-
#include "CCLabelBMFont.h"
76
#include "../Macros.h"
87

98
class $modify(MyTextArea, TextArea) {

0 commit comments

Comments
 (0)