Skip to content

Commit 88d922c

Browse files
committed
Cleanup header includes in Tree
1 parent 428a762 commit 88d922c

18 files changed

+27
-9
lines changed

editor/dependency_editor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include "editor/gui/editor_file_dialog.h"
4040
#include "editor/themes/editor_scale.h"
4141
#include "scene/gui/margin_container.h"
42+
#include "scene/gui/popup_menu.h"
4243

4344
void DependencyEditor::_searched(const String &p_path) {
4445
HashMap<String, String> dep_rename;

editor/editor_build_profile.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include "editor/editor_string_names.h"
3939
#include "editor/gui/editor_file_dialog.h"
4040
#include "editor/themes/editor_scale.h"
41+
#include "scene/gui/line_edit.h"
4142
#include "scene/gui/separator.h"
4243

4344
const char *EditorBuildProfile::build_option_identifiers[BUILD_OPTION_MAX] = {

editor/editor_command_palette.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include "editor/gui/editor_toaster.h"
3737
#include "editor/themes/editor_scale.h"
3838
#include "scene/gui/control.h"
39+
#include "scene/gui/line_edit.h"
3940
#include "scene/gui/margin_container.h"
4041
#include "scene/gui/tree.h"
4142

editor/editor_feature_profile.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include "editor/editor_string_names.h"
4040
#include "editor/gui/editor_file_dialog.h"
4141
#include "editor/themes/editor_scale.h"
42+
#include "scene/gui/line_edit.h"
4243
#include "scene/gui/separator.h"
4344

4445
const char *EditorFeatureProfile::feature_names[FEATURE_MAX] = {

editor/editor_help_search.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "editor/editor_string_names.h"
3838
#include "editor/themes/editor_scale.h"
3939
#include "editor/themes/editor_theme_manager.h"
40+
#include "scene/gui/line_edit.h"
4041

4142
bool EditorHelpSearch::_all_terms_in_name(const Vector<String> &p_terms, const String &p_name) const {
4243
for (int i = 0; i < p_terms.size(); i++) {

editor/export/export_template_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include "editor/progress_dialog.h"
4444
#include "editor/themes/editor_scale.h"
4545
#include "scene/gui/file_dialog.h"
46+
#include "scene/gui/line_edit.h"
4647
#include "scene/gui/link_button.h"
4748
#include "scene/gui/menu_button.h"
4849
#include "scene/gui/option_button.h"

editor/group_settings_editor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "editor/gui/editor_validation_panel.h"
3838
#include "editor/scene_tree_dock.h"
3939
#include "editor/themes/editor_scale.h"
40+
#include "scene/gui/line_edit.h"
4041
#include "scene/resources/packed_scene.h"
4142

4243
void GroupSettingsEditor::_notification(int p_what) {

editor/gui/editor_file_dialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include "scene/gui/flow_container.h"
4646
#include "scene/gui/grid_container.h"
4747
#include "scene/gui/label.h"
48+
#include "scene/gui/line_edit.h"
4849
#include "scene/gui/option_button.h"
4950
#include "scene/gui/separator.h"
5051
#include "scene/gui/split_container.h"

editor/gui/editor_quick_open_dialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include "scene/gui/center_container.h"
4444
#include "scene/gui/check_button.h"
4545
#include "scene/gui/flow_container.h"
46+
#include "scene/gui/line_edit.h"
4647
#include "scene/gui/margin_container.h"
4748
#include "scene/gui/panel_container.h"
4849
#include "scene/gui/separator.h"

editor/plugins/animation_library_editor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#include "editor/gui/editor_file_dialog.h"
4343
#include "editor/themes/editor_scale.h"
4444
#include "scene/animation/animation_mixer.h"
45+
#include "scene/gui/line_edit.h"
4546

4647
void AnimationLibraryEditor::set_animation_mixer(Object *p_mixer) {
4748
mixer = Object::cast_to<AnimationMixer>(p_mixer);

0 commit comments

Comments
 (0)