Remove unused header in drivers and modules.

Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
This commit is contained in:
Yufeng Ying
2024-12-22 01:19:26 +08:00
parent f241c1fda0
commit 33817b186f
112 changed files with 23 additions and 208 deletions

View File

@ -32,10 +32,8 @@
#include "core/config/project_settings.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
#include "editor/gui/editor_bottom_panel.h"
#include "editor/gui/editor_file_dialog.h"
#include "editor/themes/editor_scale.h"
HashMap<String, String> OpenXRActionMapEditor::interaction_profile_editors;
HashMap<String, String> OpenXRActionMapEditor::binding_modifier_editors;

View File

@ -30,7 +30,6 @@
#include "openxr_binding_modifiers_dialog.h"
#include "../action_map/openxr_interaction_profile_metadata.h"
#include "editor/editor_string_names.h"
#include "openxr_action_map_editor.h"
void OpenXRBindingModifiersDialog::_bind_methods() {

View File

@ -31,7 +31,6 @@
#include "openxr_interaction_profile_editor.h"
#include "../openxr_api.h"
#include "editor/editor_string_names.h"
#include "openxr_action_map_editor.h"
///////////////////////////////////////////////////////////////////////////
// Interaction profile editor base

View File

@ -29,6 +29,8 @@
/**************************************************************************/
#include "openxr_select_interaction_profile_dialog.h"
#include "../action_map/openxr_interaction_profile_metadata.h"
#include "../openxr_api.h"
void OpenXRSelectInteractionProfileDialog::_bind_methods() {

View File

@ -31,16 +31,10 @@
#ifndef OPENXR_SELECT_INTERACTION_PROFILE_DIALOG_H
#define OPENXR_SELECT_INTERACTION_PROFILE_DIALOG_H
#include "../action_map/openxr_interaction_profile_metadata.h"
#include "scene/gui/box_container.h"
#include "scene/gui/button.h"
#include "scene/gui/dialogs.h"
#include "scene/gui/label.h"
#include "scene/gui/line_edit.h"
#include "scene/gui/scroll_container.h"
#include "scene/gui/separator.h"
#include "scene/gui/text_edit.h"
class OpenXRSelectInteractionProfileDialog : public ConfirmationDialog {
GDCLASS(OpenXRSelectInteractionProfileDialog, ConfirmationDialog);

View File

@ -33,7 +33,6 @@
#include "core/io/dir_access.h"
#include "core/os/os.h"
#include "editor/editor_settings.h"
#include "editor/editor_string_names.h"
void OpenXRSelectRuntime::_update_items() {
Ref<DirAccess> da = DirAccess::create(DirAccess::ACCESS_FILESYSTEM);