Editor: Cleanup some includes dependencies
Removes some unnecessary includes from `editor_node.h`, and instead add those where they're used. Removes unnecessary `editor_node.h` includes in various editor classes. Renames `dynamicfont` to `dynamic_font` in a couple files. Misc cleanup while jumping through that rabbit hole.
This commit is contained in:
parent
1d910b1e58
commit
11572c6e30
142 changed files with 161 additions and 248 deletions
|
|
@ -33,11 +33,11 @@
|
|||
|
||||
#include "editor/plugins/abstract_polygon_2d_editor.h"
|
||||
|
||||
class ViewPanner;
|
||||
class ScrollContainer;
|
||||
class Panel;
|
||||
class HSlider;
|
||||
class Panel;
|
||||
class ScrollContainer;
|
||||
class SpinBox;
|
||||
class ViewPanner;
|
||||
|
||||
class Polygon2DEditor : public AbstractPolygon2DEditor {
|
||||
GDCLASS(Polygon2DEditor, AbstractPolygon2DEditor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue