From 48805f5f8f78de45fed44460578b570b0dc91759 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 18 Mar 2022 03:56:41 +0100 Subject: [PATCH] Removed now unnecessary version.h includes. --- .../biome_terrarin_generator.cpp | 2 -- .../biome_terrarin_generator.h | 5 ----- .../data/species/entity_species_data.cpp | 2 -- .../data/species/species_instance.cpp | 2 -- .../editor/ess_editor_plugin.cpp | 2 -- .../editor/ess_editor_plugin.h | 2 -- .../entities/data/entity_data_container.cpp | 2 -- modules/entity_spell_system/entities/entity.cpp | 2 -- modules/entity_spell_system/entities/entity.h | 3 --- .../entities/resources/entity_resource.cpp | 2 -- modules/entity_spell_system/entity_enums.h | 5 ----- .../entity_spell_system/infos/spell_cast_info.cpp | 2 -- modules/entity_spell_system/item_enums.h | 5 ----- .../material_cache/ess_material_cache_pcm.h | 5 ----- .../pipelines/spell_damage_info.cpp | 2 -- .../pipelines/spell_damage_info.h | 5 ----- .../pipelines/spell_heal_info.cpp | 2 -- .../actionbar/action_bar_button_entry.cpp | 2 -- .../profiles/actionbar/action_bar_button_entry.h | 7 +------ .../profiles/actionbar/action_bar_entry.cpp | 2 -- .../profiles/actionbar/action_bar_entry.h | 11 +++-------- .../profiles/actionbar/action_bar_profile.cpp | 2 -- .../profiles/actionbar/action_bar_profile.h | 15 +++++---------- .../profiles/class_profile.cpp | 2 -- .../entity_spell_system/profiles/class_profile.h | 7 +------ .../profiles/input/input_profile.cpp | 4 +--- .../profiles/input/input_profile_modifier.h | 9 ++------- .../profiles/input/input_profile_modifier_entry.h | 5 ----- .../profiles/player_profile.cpp | 2 -- .../entity_spell_system/profiles/player_profile.h | 11 +++-------- modules/entity_spell_system/singletons/ess.h | 5 ----- .../singletons/profile_manager.cpp | 2 -- .../singletons/profile_manager.h | 7 +------ .../skeleton/character_skeleton_2d.h | 13 ++++--------- .../skeleton/character_skeleton_3d.h | 13 ++++--------- .../skeleton/entity_skeleton_data.h | 5 ----- .../skeleton/skeleton_model_entry.h | 5 ----- modules/entity_spell_system/spell_enums.h | 5 ----- .../utility/entity_create_info.cpp | 2 -- .../utility/entity_create_info.h | 5 ----- modules/fastnoise/lib/FastNoise.cpp | 2 -- modules/fastnoise/register_types.cpp | 2 -- modules/mesh_data_resource/mesh_data_resource.h | 1 - .../mesh_data_resource_collection.cpp | 2 -- .../mesh_data_resource_collection.h | 2 -- .../nodes/mesh_data_instance.cpp | 3 --- .../mesh_data_resource/nodes/mesh_data_instance.h | 1 - .../nodes/mesh_data_instance_2d.cpp | 3 --- .../nodes/mesh_data_instance_2d.h | 4 ---- .../plugin/mdr_import_plugin_base.h | 7 ------- .../mesh_utils/fast_quadratic_mesh_simplifier.h | 2 -- modules/mesh_utils/register_types.cpp | 2 -- modules/mesh_utils/simplify.h | 2 -- modules/props/clutter/ground_clutter.h | 2 -- modules/props/clutter/ground_clutter_foliage.h | 2 -- modules/props/editor/prop_editor_plugin.h | 2 -- modules/props/lights/prop_light.h | 2 -- .../props/material_cache/prop_material_cache.h | 2 -- .../material_cache/prop_material_cache_pcm.h | 2 -- modules/props/props/prop_data.h | 4 ---- modules/props/props/prop_data_entry.cpp | 2 -- modules/props/props/prop_data_entry.h | 2 -- modules/props/props/prop_data_portal.h | 2 -- modules/props/singleton/prop_cache.cpp | 2 -- modules/props/singleton/prop_cache.h | 2 -- modules/props/tiled_wall/tiled_wall.h | 1 - modules/props/tiled_wall/tiled_wall_data.h | 2 -- modules/props_2d/editor/prop_2d_editor_plugin.h | 2 -- modules/props_2d/prop_2d_instance.h | 2 -- modules/props_2d/props/prop_2d_data.h | 2 -- modules/props_2d/props/prop_2d_data_entry.cpp | 2 -- modules/props_2d/props/prop_2d_data_portal.h | 2 -- modules/props_2d/tiled_wall/tiled_wall_2d_data.h | 2 -- modules/rtile_map/tile_map.h | 1 - modules/rtile_map/tile_map_editor_plugin.cpp | 1 - modules/terraman/world/terrain_chunk.h | 2 -- modules/terraman/world/terrain_world_editor.cpp | 2 -- modules/terraman_2d/world/jobs/terrain_2d_job.h | 3 --- .../terraman_2d/world/terrain_2d_world_editor.cpp | 2 -- .../editor_plugin_packer_image_resource.cpp | 2 -- .../texture_resource/packer_image_resource.cpp | 2 -- modules/thread_pool/register_types.cpp | 2 -- modules/thread_pool/thread_pool.cpp | 2 -- modules/thread_pool/thread_pool.h | 1 - modules/ui_extensions/bs_input_event_key.h | 5 ----- modules/ui_extensions/input_map_editor.cpp | 2 -- modules/ui_extensions/touch_button.cpp | 2 -- .../level_generator/voxel_level_generator.cpp | 2 -- .../marching_cubes/marching_cubes_cell_data.h | 2 -- .../voxel_mesher_marching_cubes.cpp | 2 -- .../marching_cubes/voxel_mesher_marching_cubes.h | 2 -- modules/voxelman/nodes/voxel_light_node.h | 5 ----- modules/voxelman/world/block_voxel_structure.h | 2 -- .../voxelman/world/jobs/voxel_mesher_job_step.h | 2 -- modules/voxelman/world/voxel_chunk.h | 2 -- 95 files changed, 25 insertions(+), 288 deletions(-) diff --git a/modules/broken_seals_module/biome_terrarin_generator.cpp b/modules/broken_seals_module/biome_terrarin_generator.cpp index 9ee67e7b8..4a3274e76 100644 --- a/modules/broken_seals_module/biome_terrarin_generator.cpp +++ b/modules/broken_seals_module/biome_terrarin_generator.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "biome_terrarin_generator.h" -#include "core/version.h" - #include "core/engine.h" #include "core/math/math_funcs.h" diff --git a/modules/broken_seals_module/biome_terrarin_generator.h b/modules/broken_seals_module/biome_terrarin_generator.h index 3538a348b..c083d0d51 100644 --- a/modules/broken_seals_module/biome_terrarin_generator.h +++ b/modules/broken_seals_module/biome_terrarin_generator.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/reference.h" #ifdef VOXELMAN_PRESENT diff --git a/modules/entity_spell_system/data/species/entity_species_data.cpp b/modules/entity_spell_system/data/species/entity_species_data.cpp index 1e92e9350..267bed353 100644 --- a/modules/entity_spell_system/data/species/entity_species_data.cpp +++ b/modules/entity_spell_system/data/species/entity_species_data.cpp @@ -26,8 +26,6 @@ SOFTWARE. #include "../../singletons/ess.h" -#include "core/version.h" - int EntitySpeciesData::get_id() const { return _id; } diff --git a/modules/entity_spell_system/data/species/species_instance.cpp b/modules/entity_spell_system/data/species/species_instance.cpp index a64931252..93a08374a 100644 --- a/modules/entity_spell_system/data/species/species_instance.cpp +++ b/modules/entity_spell_system/data/species/species_instance.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "species_instance.h" -#include "core/version.h" - #include "../../database/ess_resource_db.h" #include "../../singletons/ess.h" diff --git a/modules/entity_spell_system/editor/ess_editor_plugin.cpp b/modules/entity_spell_system/editor/ess_editor_plugin.cpp index ac454b09b..ffee00c73 100644 --- a/modules/entity_spell_system/editor/ess_editor_plugin.cpp +++ b/modules/entity_spell_system/editor/ess_editor_plugin.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "ess_editor_plugin.h" -#include "core/version.h" - void ESSEditorPlugin::fix_ids(Variant param) { } diff --git a/modules/entity_spell_system/editor/ess_editor_plugin.h b/modules/entity_spell_system/editor/ess_editor_plugin.h index 53aa0a9b4..96e42e84f 100644 --- a/modules/entity_spell_system/editor/ess_editor_plugin.h +++ b/modules/entity_spell_system/editor/ess_editor_plugin.h @@ -25,8 +25,6 @@ SOFTWARE. #include "editor/editor_node.h" #include "editor/editor_plugin.h" -#include "core/version.h" - class ESSEditorPlugin : public EditorPlugin { GDCLASS(ESSEditorPlugin, EditorPlugin); EditorNode *editor; diff --git a/modules/entity_spell_system/entities/data/entity_data_container.cpp b/modules/entity_spell_system/entities/data/entity_data_container.cpp index d71dde57f..07ab1c9de 100644 --- a/modules/entity_spell_system/entities/data/entity_data_container.cpp +++ b/modules/entity_spell_system/entities/data/entity_data_container.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "entity_data_container.h" -#include "core/version.h" - Dictionary EntityDataContainer::to_dict() { return call("_to_dict"); } diff --git a/modules/entity_spell_system/entities/entity.cpp b/modules/entity_spell_system/entities/entity.cpp index ad6625c19..da38610c7 100644 --- a/modules/entity_spell_system/entities/entity.cpp +++ b/modules/entity_spell_system/entities/entity.cpp @@ -45,8 +45,6 @@ SOFTWARE. #include "core/script_language.h" -#include "core/version.h" - #include "../defines.h" #define PROPERTY_DEBUG false diff --git a/modules/entity_spell_system/entities/entity.h b/modules/entity_spell_system/entities/entity.h index 6ad780ff7..fdce41721 100644 --- a/modules/entity_spell_system/entities/entity.h +++ b/modules/entity_spell_system/entities/entity.h @@ -22,7 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - #include "core/object.h" #include "core/ustring.h" #include "core/vector.h" @@ -55,8 +54,6 @@ SOFTWARE. #include "../data/auras/aura_group.h" -#include "core/version.h" - #include "../defines.h" #include "scene/3d/spatial.h" diff --git a/modules/entity_spell_system/entities/resources/entity_resource.cpp b/modules/entity_spell_system/entities/resources/entity_resource.cpp index 6675b4332..d271bfc2e 100644 --- a/modules/entity_spell_system/entities/resources/entity_resource.cpp +++ b/modules/entity_spell_system/entities/resources/entity_resource.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "entity_resource.h" -#include "core/version.h" - #include "../../database/ess_resource_db.h" #include "../../singletons/ess.h" #include "../entity.h" diff --git a/modules/entity_spell_system/entity_enums.h b/modules/entity_spell_system/entity_enums.h index 08fcf5440..8a801890e 100644 --- a/modules/entity_spell_system/entity_enums.h +++ b/modules/entity_spell_system/entity_enums.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/object.h" #include "core/ustring.h" diff --git a/modules/entity_spell_system/infos/spell_cast_info.cpp b/modules/entity_spell_system/infos/spell_cast_info.cpp index fb5ef290b..e039281c5 100644 --- a/modules/entity_spell_system/infos/spell_cast_info.cpp +++ b/modules/entity_spell_system/infos/spell_cast_info.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "spell_cast_info.h" -#include "core/version.h" - #include "../data/items/item_instance.h" #include "../data/items/item_template.h" #include "../data/spells/spell.h" diff --git a/modules/entity_spell_system/item_enums.h b/modules/entity_spell_system/item_enums.h index 1d5dc2b0e..162480dfb 100644 --- a/modules/entity_spell_system/item_enums.h +++ b/modules/entity_spell_system/item_enums.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/object.h" #include "core/ustring.h" diff --git a/modules/entity_spell_system/material_cache/ess_material_cache_pcm.h b/modules/entity_spell_system/material_cache/ess_material_cache_pcm.h index 8c962c2e4..70951d0c0 100644 --- a/modules/entity_spell_system/material_cache/ess_material_cache_pcm.h +++ b/modules/entity_spell_system/material_cache/ess_material_cache_pcm.h @@ -22,13 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - #include "ess_material_cache.h" -#include "core/version.h" - #include "core/color.h" #include "core/resource.h" #include "core/vector.h" diff --git a/modules/entity_spell_system/pipelines/spell_damage_info.cpp b/modules/entity_spell_system/pipelines/spell_damage_info.cpp index 89a97010a..4651bbb81 100644 --- a/modules/entity_spell_system/pipelines/spell_damage_info.cpp +++ b/modules/entity_spell_system/pipelines/spell_damage_info.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "spell_damage_info.h" -#include "core/version.h" - #include "../data/spells/spell.h" #include "../database/ess_resource_db.h" #include "../entities/entity.h" diff --git a/modules/entity_spell_system/pipelines/spell_damage_info.h b/modules/entity_spell_system/pipelines/spell_damage_info.h index 3b049a109..8dc4e3a3b 100644 --- a/modules/entity_spell_system/pipelines/spell_damage_info.h +++ b/modules/entity_spell_system/pipelines/spell_damage_info.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/reference.h" #include "../spell_enums.h" diff --git a/modules/entity_spell_system/pipelines/spell_heal_info.cpp b/modules/entity_spell_system/pipelines/spell_heal_info.cpp index ab7641ffd..ccfca000c 100644 --- a/modules/entity_spell_system/pipelines/spell_heal_info.cpp +++ b/modules/entity_spell_system/pipelines/spell_heal_info.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "spell_heal_info.h" -#include "core/version.h" - #include "../data/spells/spell.h" #include "../database/ess_resource_db.h" #include "../entities/entity.h" diff --git a/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.cpp b/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.cpp index 3d5b53614..b6103ea21 100644 --- a/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.cpp +++ b/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "action_bar_button_entry.h" -#include "core/version.h" - #include "action_bar_entry.h" const String ActionBarButtonEntry::BINDING_STRING_ACTIONBAR_BUTTON_ENTRY_TYPE = "None,Spell,Item"; diff --git a/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.h b/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.h index 6f2768b4b..4f746615f 100644 --- a/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.h +++ b/modules/entity_spell_system/profiles/actionbar/action_bar_button_entry.h @@ -22,13 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - -#include "core/reference.h" #include "core/dictionary.h" +#include "core/reference.h" class ActionBarEntry; diff --git a/modules/entity_spell_system/profiles/actionbar/action_bar_entry.cpp b/modules/entity_spell_system/profiles/actionbar/action_bar_entry.cpp index 06a11583d..739788f88 100644 --- a/modules/entity_spell_system/profiles/actionbar/action_bar_entry.cpp +++ b/modules/entity_spell_system/profiles/actionbar/action_bar_entry.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "action_bar_entry.h" -#include "core/version.h" - #include "action_bar_profile.h" #include "../../defines.h" diff --git a/modules/entity_spell_system/profiles/actionbar/action_bar_entry.h b/modules/entity_spell_system/profiles/actionbar/action_bar_entry.h index b4bae9d3f..62447ee19 100644 --- a/modules/entity_spell_system/profiles/actionbar/action_bar_entry.h +++ b/modules/entity_spell_system/profiles/actionbar/action_bar_entry.h @@ -22,15 +22,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - -#include "core/reference.h" -#include "core/vector.h" #include "core/array.h" #include "core/dictionary.h" +#include "core/reference.h" +#include "core/vector.h" #include "action_bar_button_entry.h" @@ -71,7 +66,7 @@ protected: private: int _action_bar_id; int _slot_num; - Vector > _button_entries; + Vector> _button_entries; float _size; diff --git a/modules/entity_spell_system/profiles/actionbar/action_bar_profile.cpp b/modules/entity_spell_system/profiles/actionbar/action_bar_profile.cpp index d9ef79a25..aac1a6148 100644 --- a/modules/entity_spell_system/profiles/actionbar/action_bar_profile.cpp +++ b/modules/entity_spell_system/profiles/actionbar/action_bar_profile.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "action_bar_profile.h" -#include "core/version.h" - #include "../class_profile.h" Ref ActionBarProfile::get_owner() { diff --git a/modules/entity_spell_system/profiles/actionbar/action_bar_profile.h b/modules/entity_spell_system/profiles/actionbar/action_bar_profile.h index 52c358568..1634d4b21 100644 --- a/modules/entity_spell_system/profiles/actionbar/action_bar_profile.h +++ b/modules/entity_spell_system/profiles/actionbar/action_bar_profile.h @@ -22,16 +22,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - -#include "core/reference.h" -#include "core/vector.h" -#include "core/ustring.h" #include "core/array.h" #include "core/dictionary.h" +#include "core/reference.h" +#include "core/ustring.h" +#include "core/vector.h" #include "action_bar_entry.h" @@ -46,7 +41,7 @@ public: String get_action_bar_profile_name(); void set_action_bar_profile_name(const String &value); - Vector > &get_action_bars(); + Vector> &get_action_bars(); void load_defaults(); int get_action_bar_count() const; @@ -70,7 +65,7 @@ protected: private: String _name; - Vector > _action_bars; + Vector> _action_bars; ClassProfile *_owner; }; diff --git a/modules/entity_spell_system/profiles/class_profile.cpp b/modules/entity_spell_system/profiles/class_profile.cpp index 93d365a01..2cf76d575 100644 --- a/modules/entity_spell_system/profiles/class_profile.cpp +++ b/modules/entity_spell_system/profiles/class_profile.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "class_profile.h" -#include "core/version.h" - StringName ClassProfile::get_class_path() const { return _class_path; } diff --git a/modules/entity_spell_system/profiles/class_profile.h b/modules/entity_spell_system/profiles/class_profile.h index 1910f0e24..26db9a200 100644 --- a/modules/entity_spell_system/profiles/class_profile.h +++ b/modules/entity_spell_system/profiles/class_profile.h @@ -22,14 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - +#include "core/dictionary.h" #include "core/reference.h" #include "core/ustring.h" -#include "core/dictionary.h" #include "actionbar/action_bar_profile.h" #include "input/input_profile.h" diff --git a/modules/entity_spell_system/profiles/input/input_profile.cpp b/modules/entity_spell_system/profiles/input/input_profile.cpp index 1ff399e34..068347268 100644 --- a/modules/entity_spell_system/profiles/input/input_profile.cpp +++ b/modules/entity_spell_system/profiles/input/input_profile.cpp @@ -22,10 +22,8 @@ SOFTWARE. #include "input_profile.h" -#include "core/version.h" - -#include "core/ustring.h" #include "core/project_settings.h" +#include "core/ustring.h" #include "../class_profile.h" diff --git a/modules/entity_spell_system/profiles/input/input_profile_modifier.h b/modules/entity_spell_system/profiles/input/input_profile_modifier.h index b11292ee3..396b7fde2 100644 --- a/modules/entity_spell_system/profiles/input/input_profile_modifier.h +++ b/modules/entity_spell_system/profiles/input/input_profile_modifier.h @@ -22,14 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/reference.h" -#include "core/vector.h" #include "core/ustring.h" +#include "core/vector.h" #include "input_profile_modifier_entry.h" @@ -59,7 +54,7 @@ protected: private: Vector *_modifier_actions; - Vector > *_entries; + Vector> *_entries; }; #endif diff --git a/modules/entity_spell_system/profiles/input/input_profile_modifier_entry.h b/modules/entity_spell_system/profiles/input/input_profile_modifier_entry.h index 4cc3e4609..04ac674dd 100644 --- a/modules/entity_spell_system/profiles/input/input_profile_modifier_entry.h +++ b/modules/entity_spell_system/profiles/input/input_profile_modifier_entry.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/reference.h" #include "core/ustring.h" diff --git a/modules/entity_spell_system/profiles/player_profile.cpp b/modules/entity_spell_system/profiles/player_profile.cpp index 87fdb9079..f14cadb9e 100644 --- a/modules/entity_spell_system/profiles/player_profile.cpp +++ b/modules/entity_spell_system/profiles/player_profile.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "player_profile.h" -#include "core/version.h" - #include "../defines.h" const String PlayerProfile::DEFAULT_PROFILE_FILE_NAME = "default.profile"; diff --git a/modules/entity_spell_system/profiles/player_profile.h b/modules/entity_spell_system/profiles/player_profile.h index 2898bce92..f55d35f69 100644 --- a/modules/entity_spell_system/profiles/player_profile.h +++ b/modules/entity_spell_system/profiles/player_profile.h @@ -22,14 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - +#include "core/dictionary.h" #include "core/reference.h" #include "core/ustring.h" -#include "core/dictionary.h" #include "class_profile.h" @@ -54,7 +49,7 @@ public: void clear_class_profiles(); void remove_class_profile(const int index); - Vector > &get_class_profiles(); + Vector> &get_class_profiles(); Ref get_class_profile(const StringName &class_path); Dictionary get_custom_data(); @@ -82,7 +77,7 @@ private: Dictionary _custom_data; - Vector > _class_profiles; + Vector> _class_profiles; }; #endif diff --git a/modules/entity_spell_system/singletons/ess.h b/modules/entity_spell_system/singletons/ess.h index 75f5046b9..7eccfb5e6 100644 --- a/modules/entity_spell_system/singletons/ess.h +++ b/modules/entity_spell_system/singletons/ess.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/bind/core_bind.h" #include "core/engine.h" #include "core/object.h" diff --git a/modules/entity_spell_system/singletons/profile_manager.cpp b/modules/entity_spell_system/singletons/profile_manager.cpp index 7bb90982a..29d3389a0 100644 --- a/modules/entity_spell_system/singletons/profile_manager.cpp +++ b/modules/entity_spell_system/singletons/profile_manager.cpp @@ -24,8 +24,6 @@ SOFTWARE. #include "core/io/json.h" #include "core/os/file_access.h" -#include "core/version.h" - #include "core/engine.h" #include "core/project_settings.h" diff --git a/modules/entity_spell_system/singletons/profile_manager.h b/modules/entity_spell_system/singletons/profile_manager.h index 447033218..4bf687e6a 100644 --- a/modules/entity_spell_system/singletons/profile_manager.h +++ b/modules/entity_spell_system/singletons/profile_manager.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/object.h" #include "core/vector.h" @@ -86,7 +81,7 @@ private: String _save_file; - Vector > _s_player_profiles; + Vector> _s_player_profiles; Ref _c_player_profile; }; diff --git a/modules/entity_spell_system/skeleton/character_skeleton_2d.h b/modules/entity_spell_system/skeleton/character_skeleton_2d.h index 57620d6e8..ab224a145 100644 --- a/modules/entity_spell_system/skeleton/character_skeleton_2d.h +++ b/modules/entity_spell_system/skeleton/character_skeleton_2d.h @@ -22,14 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - -#include "core/vector.h" -#include "core/ustring.h" #include "core/node_path.h" +#include "core/ustring.h" +#include "core/vector.h" #include "scene/2d/node_2d.h" @@ -152,8 +147,8 @@ private: Vector _attach_point_nodes; bool _model_dirty; - Vector > _model_visuals; - Vector > > _entries; + Vector> _model_visuals; + Vector>> _entries; }; #endif diff --git a/modules/entity_spell_system/skeleton/character_skeleton_3d.h b/modules/entity_spell_system/skeleton/character_skeleton_3d.h index ea93ba714..af883fca4 100644 --- a/modules/entity_spell_system/skeleton/character_skeleton_3d.h +++ b/modules/entity_spell_system/skeleton/character_skeleton_3d.h @@ -22,14 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - -#include "core/vector.h" -#include "core/ustring.h" #include "core/node_path.h" +#include "core/ustring.h" +#include "core/vector.h" #include "scene/main/node.h" @@ -175,8 +170,8 @@ private: Vector _bone_model_additional_mesh_transforms; bool _model_dirty; - Vector > _model_visuals; - Vector > > _entries; + Vector> _model_visuals; + Vector>> _entries; }; #endif diff --git a/modules/entity_spell_system/skeleton/entity_skeleton_data.h b/modules/entity_spell_system/skeleton/entity_skeleton_data.h index 43fdf46bb..521d48fc3 100644 --- a/modules/entity_spell_system/skeleton/entity_skeleton_data.h +++ b/modules/entity_spell_system/skeleton/entity_skeleton_data.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/resource.h" #include "core/ustring.h" diff --git a/modules/entity_spell_system/skeleton/skeleton_model_entry.h b/modules/entity_spell_system/skeleton/skeleton_model_entry.h index be7ffcd84..1da20bb4d 100644 --- a/modules/entity_spell_system/skeleton/skeleton_model_entry.h +++ b/modules/entity_spell_system/skeleton/skeleton_model_entry.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/reference.h" #include "../data/items/model_visual_entry.h" diff --git a/modules/entity_spell_system/spell_enums.h b/modules/entity_spell_system/spell_enums.h index 631cfebad..eaf922746 100644 --- a/modules/entity_spell_system/spell_enums.h +++ b/modules/entity_spell_system/spell_enums.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/object.h" class SpellEnums : public Object { diff --git a/modules/entity_spell_system/utility/entity_create_info.cpp b/modules/entity_spell_system/utility/entity_create_info.cpp index c055e44af..b15991715 100644 --- a/modules/entity_spell_system/utility/entity_create_info.cpp +++ b/modules/entity_spell_system/utility/entity_create_info.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "entity_create_info.h" -#include "core/version.h" - #include "../data/species/species_instance.h" #include "../entities/data/entity_data.h" #include "../entities/entity.h" diff --git a/modules/entity_spell_system/utility/entity_create_info.h b/modules/entity_spell_system/utility/entity_create_info.h index 812a589e1..0a2b3ab49 100644 --- a/modules/entity_spell_system/utility/entity_create_info.h +++ b/modules/entity_spell_system/utility/entity_create_info.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/reference.h" #include "core/ustring.h" diff --git a/modules/fastnoise/lib/FastNoise.cpp b/modules/fastnoise/lib/FastNoise.cpp index 30f9d2cb9..cd1c2064a 100644 --- a/modules/fastnoise/lib/FastNoise.cpp +++ b/modules/fastnoise/lib/FastNoise.cpp @@ -34,8 +34,6 @@ #include #include -#include "core/version.h" - namespace fastnoise { const FN_DECIMAL GRAD_X[] = { diff --git a/modules/fastnoise/register_types.cpp b/modules/fastnoise/register_types.cpp index 1bec936ea..a80faabb2 100644 --- a/modules/fastnoise/register_types.cpp +++ b/modules/fastnoise/register_types.cpp @@ -1,7 +1,5 @@ #include "register_types.h" -#include "core/version.h" - #include "core/class_db.h" #include "fastnoise_noise_params.h" diff --git a/modules/mesh_data_resource/mesh_data_resource.h b/modules/mesh_data_resource/mesh_data_resource.h index 2abadffc2..2627544ab 100644 --- a/modules/mesh_data_resource/mesh_data_resource.h +++ b/modules/mesh_data_resource/mesh_data_resource.h @@ -27,7 +27,6 @@ SOFTWARE. #include "core/resource.h" #include "core/variant.h" -#include "core/version.h" #include "scene/resources/mesh.h" #include "scene/resources/shape.h" diff --git a/modules/mesh_data_resource/mesh_data_resource_collection.cpp b/modules/mesh_data_resource/mesh_data_resource_collection.cpp index 403507f59..ff29b4b11 100644 --- a/modules/mesh_data_resource/mesh_data_resource_collection.cpp +++ b/modules/mesh_data_resource/mesh_data_resource_collection.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "mesh_data_resource_collection.h" -#include "core/version.h" - void MeshDataResourceCollection::add_mdr(Ref mdr) { _mdrs.push_back(mdr); } diff --git a/modules/mesh_data_resource/mesh_data_resource_collection.h b/modules/mesh_data_resource/mesh_data_resource_collection.h index 31cc4e9bf..eb20c1cc6 100644 --- a/modules/mesh_data_resource/mesh_data_resource_collection.h +++ b/modules/mesh_data_resource/mesh_data_resource_collection.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/resource.h" #include "core/vector.h" diff --git a/modules/mesh_data_resource/nodes/mesh_data_instance.cpp b/modules/mesh_data_resource/nodes/mesh_data_instance.cpp index d2fe777b2..f0b1957ec 100644 --- a/modules/mesh_data_resource/nodes/mesh_data_instance.cpp +++ b/modules/mesh_data_resource/nodes/mesh_data_instance.cpp @@ -1,8 +1,5 @@ #include "mesh_data_instance.h" -#include "core/version.h" - -#include "core/version.h" #include "scene/resources/texture.h" #include "core/image.h" diff --git a/modules/mesh_data_resource/nodes/mesh_data_instance.h b/modules/mesh_data_resource/nodes/mesh_data_instance.h index 71737d163..22e8ba79c 100644 --- a/modules/mesh_data_resource/nodes/mesh_data_instance.h +++ b/modules/mesh_data_resource/nodes/mesh_data_instance.h @@ -22,7 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" #include "scene/resources/texture.h" #include "scene/3d/visual_instance.h" diff --git a/modules/mesh_data_resource/nodes/mesh_data_instance_2d.cpp b/modules/mesh_data_resource/nodes/mesh_data_instance_2d.cpp index 14ec06c2d..7d3854056 100644 --- a/modules/mesh_data_resource/nodes/mesh_data_instance_2d.cpp +++ b/modules/mesh_data_resource/nodes/mesh_data_instance_2d.cpp @@ -1,8 +1,5 @@ #include "mesh_data_instance_2d.h" -#include "core/version.h" - -#include "core/version.h" #include "scene/resources/texture.h" #include "core/image.h" diff --git a/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h b/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h index be5e690b5..469241d78 100644 --- a/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h +++ b/modules/mesh_data_resource/nodes/mesh_data_instance_2d.h @@ -22,10 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" #include "scene/resources/texture.h" #include "scene/2d/node_2d.h" diff --git a/modules/mesh_data_resource/plugin/mdr_import_plugin_base.h b/modules/mesh_data_resource/plugin/mdr_import_plugin_base.h index 3398f10aa..780944a88 100644 --- a/modules/mesh_data_resource/plugin/mdr_import_plugin_base.h +++ b/modules/mesh_data_resource/plugin/mdr_import_plugin_base.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/array.h" #include "core/ustring.h" @@ -42,8 +37,6 @@ SOFTWARE. #include "core/math/transform.h" -#include "core/version.h" - #include "scene/3d/mesh_instance.h" #include "../../gltf/editor_scene_importer_gltf.h" diff --git a/modules/mesh_utils/fast_quadratic_mesh_simplifier.h b/modules/mesh_utils/fast_quadratic_mesh_simplifier.h index 212932c8b..23ab5e40c 100644 --- a/modules/mesh_utils/fast_quadratic_mesh_simplifier.h +++ b/modules/mesh_utils/fast_quadratic_mesh_simplifier.h @@ -25,8 +25,6 @@ SOFTWARE. */ -#include "core/version.h" - #include "core/array.h" #include "core/reference.h" diff --git a/modules/mesh_utils/register_types.cpp b/modules/mesh_utils/register_types.cpp index b9b9ae929..9a5f8c38e 100644 --- a/modules/mesh_utils/register_types.cpp +++ b/modules/mesh_utils/register_types.cpp @@ -24,8 +24,6 @@ SOFTWARE. #include "register_types.h" -#include "core/version.h" - #include "core/engine.h" #include "fast_quadratic_mesh_simplifier.h" diff --git a/modules/mesh_utils/simplify.h b/modules/mesh_utils/simplify.h index 651ecad73..8c2897902 100644 --- a/modules/mesh_utils/simplify.h +++ b/modules/mesh_utils/simplify.h @@ -14,8 +14,6 @@ // // 5/2016: Chris Rorden created minimal version for OSX/Linux/Windows compile -#include "core/version.h" - #include "core/array.h" #include "core/ustring.h" diff --git a/modules/props/clutter/ground_clutter.h b/modules/props/clutter/ground_clutter.h index 33c16e59f..bdda660e8 100644 --- a/modules/props/clutter/ground_clutter.h +++ b/modules/props/clutter/ground_clutter.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/resource.h" #ifdef TEXTURE_PACKER_PRESENT diff --git a/modules/props/clutter/ground_clutter_foliage.h b/modules/props/clutter/ground_clutter_foliage.h index 23b10a7e2..767d1d48a 100644 --- a/modules/props/clutter/ground_clutter_foliage.h +++ b/modules/props/clutter/ground_clutter_foliage.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/vector.h" #include "ground_clutter.h" diff --git a/modules/props/editor/prop_editor_plugin.h b/modules/props/editor/prop_editor_plugin.h index 64cd39a49..0c5a9deb2 100644 --- a/modules/props/editor/prop_editor_plugin.h +++ b/modules/props/editor/prop_editor_plugin.h @@ -25,8 +25,6 @@ SOFTWARE. #include "editor/editor_node.h" #include "editor/editor_plugin.h" -#include "core/version.h" - class PropEditorPlugin : public EditorPlugin { GDCLASS(PropEditorPlugin, EditorPlugin); EditorNode *editor; diff --git a/modules/props/lights/prop_light.h b/modules/props/lights/prop_light.h index 405824879..1bece0c7c 100644 --- a/modules/props/lights/prop_light.h +++ b/modules/props/lights/prop_light.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/color.h" #include "core/reference.h" #include "core/vector.h" diff --git a/modules/props/material_cache/prop_material_cache.h b/modules/props/material_cache/prop_material_cache.h index e1d0a13f7..2c8c0a595 100644 --- a/modules/props/material_cache/prop_material_cache.h +++ b/modules/props/material_cache/prop_material_cache.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/color.h" #include "core/resource.h" #include "core/vector.h" diff --git a/modules/props/material_cache/prop_material_cache_pcm.h b/modules/props/material_cache/prop_material_cache_pcm.h index 8d7b64bfb..0a0503303 100644 --- a/modules/props/material_cache/prop_material_cache_pcm.h +++ b/modules/props/material_cache/prop_material_cache_pcm.h @@ -24,8 +24,6 @@ SOFTWARE. #include "prop_material_cache.h" -#include "core/version.h" - #include "core/color.h" #include "core/resource.h" #include "core/vector.h" diff --git a/modules/props/props/prop_data.h b/modules/props/props/prop_data.h index 466d73828..a77704d9c 100644 --- a/modules/props/props/prop_data.h +++ b/modules/props/props/prop_data.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/math/transform.h" #include "core/reference.h" #include "core/vector.h" @@ -32,8 +30,6 @@ SOFTWARE. #include "core/math/vector2.h" #include "core/math/vector3.h" -#include "core/version.h" - #include "prop_data_entry.h" #if TEXTURE_PACKER_PRESENT diff --git a/modules/props/props/prop_data_entry.cpp b/modules/props/props/prop_data_entry.cpp index a7c29126c..e27a09fb0 100644 --- a/modules/props/props/prop_data_entry.cpp +++ b/modules/props/props/prop_data_entry.cpp @@ -24,8 +24,6 @@ SOFTWARE. #include "prop_data.h" -#include "core/version.h" - #include "scene/3d/spatial.h" #if TEXTURE_PACKER_PRESENT diff --git a/modules/props/props/prop_data_entry.h b/modules/props/props/prop_data_entry.h index 654ad83ac..02df003f1 100644 --- a/modules/props/props/prop_data_entry.h +++ b/modules/props/props/prop_data_entry.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/math/transform.h" #include "core/resource.h" diff --git a/modules/props/props/prop_data_portal.h b/modules/props/props/prop_data_portal.h index 1ce85f3d4..37e9f2171 100644 --- a/modules/props/props/prop_data_portal.h +++ b/modules/props/props/prop_data_portal.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "prop_data_entry.h" class PropDataPortal : public PropDataEntry { diff --git a/modules/props/singleton/prop_cache.cpp b/modules/props/singleton/prop_cache.cpp index 516a54e37..afedf36f4 100644 --- a/modules/props/singleton/prop_cache.cpp +++ b/modules/props/singleton/prop_cache.cpp @@ -25,8 +25,6 @@ SOFTWARE. #include "../props/prop_data.h" #include "../props/prop_data_entry.h" -#include "core/version.h" - #include "core/engine.h" #include "core/project_settings.h" diff --git a/modules/props/singleton/prop_cache.h b/modules/props/singleton/prop_cache.h index f02a5e3c2..ecc9d4730 100644 --- a/modules/props/singleton/prop_cache.h +++ b/modules/props/singleton/prop_cache.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/bind/core_bind.h" #include "core/color.h" #include "core/hash_map.h" diff --git a/modules/props/tiled_wall/tiled_wall.h b/modules/props/tiled_wall/tiled_wall.h index 7ab5408c8..ae4f14c3d 100644 --- a/modules/props/tiled_wall/tiled_wall.h +++ b/modules/props/tiled_wall/tiled_wall.h @@ -22,7 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" #include "scene/resources/texture.h" #include "scene/3d/visual_instance.h" diff --git a/modules/props/tiled_wall/tiled_wall_data.h b/modules/props/tiled_wall/tiled_wall_data.h index ec8a7649c..216ded470 100644 --- a/modules/props/tiled_wall/tiled_wall_data.h +++ b/modules/props/tiled_wall/tiled_wall_data.h @@ -30,8 +30,6 @@ SOFTWARE. #include "core/math/vector2.h" #include "core/math/vector3.h" -#include "core/version.h" - #include "scene/resources/material.h" #include "scene/resources/texture.h" diff --git a/modules/props_2d/editor/prop_2d_editor_plugin.h b/modules/props_2d/editor/prop_2d_editor_plugin.h index 1694fef61..59896bfba 100644 --- a/modules/props_2d/editor/prop_2d_editor_plugin.h +++ b/modules/props_2d/editor/prop_2d_editor_plugin.h @@ -25,8 +25,6 @@ SOFTWARE. #include "editor/editor_node.h" #include "editor/editor_plugin.h" -#include "core/version.h" - class Prop2DEditorPlugin : public EditorPlugin { GDCLASS(Prop2DEditorPlugin, EditorPlugin); EditorNode *editor; diff --git a/modules/props_2d/prop_2d_instance.h b/modules/props_2d/prop_2d_instance.h index 7409c197d..95d370db0 100644 --- a/modules/props_2d/prop_2d_instance.h +++ b/modules/props_2d/prop_2d_instance.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "scene/2d/node_2d.h" #include "scene/resources/material.h" diff --git a/modules/props_2d/props/prop_2d_data.h b/modules/props_2d/props/prop_2d_data.h index 1a18b7200..9f0a281a2 100644 --- a/modules/props_2d/props/prop_2d_data.h +++ b/modules/props_2d/props/prop_2d_data.h @@ -30,8 +30,6 @@ SOFTWARE. #include "core/math/vector2.h" #include "core/math/vector3.h" -#include "core/version.h" - #include "prop_2d_data_entry.h" #if TEXTURE_PACKER_PRESENT diff --git a/modules/props_2d/props/prop_2d_data_entry.cpp b/modules/props_2d/props/prop_2d_data_entry.cpp index 9c2ed849d..c75a78070 100644 --- a/modules/props_2d/props/prop_2d_data_entry.cpp +++ b/modules/props_2d/props/prop_2d_data_entry.cpp @@ -24,8 +24,6 @@ SOFTWARE. #include "prop_2d_data.h" -#include "core/version.h" - #include "scene/2d/node_2d.h" #if TEXTURE_PACKER_PRESENT diff --git a/modules/props_2d/props/prop_2d_data_portal.h b/modules/props_2d/props/prop_2d_data_portal.h index bb53f2efe..686775906 100644 --- a/modules/props_2d/props/prop_2d_data_portal.h +++ b/modules/props_2d/props/prop_2d_data_portal.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "prop_2d_data_entry.h" class Prop2DDataPortal : public Prop2DDataEntry { diff --git a/modules/props_2d/tiled_wall/tiled_wall_2d_data.h b/modules/props_2d/tiled_wall/tiled_wall_2d_data.h index 9cfe3eb7a..6f5eb091a 100644 --- a/modules/props_2d/tiled_wall/tiled_wall_2d_data.h +++ b/modules/props_2d/tiled_wall/tiled_wall_2d_data.h @@ -30,8 +30,6 @@ SOFTWARE. #include "core/math/vector2.h" #include "core/math/vector3.h" -#include "core/version.h" - #include "scene/resources/material.h" #include "scene/resources/texture.h" diff --git a/modules/rtile_map/tile_map.h b/modules/rtile_map/tile_map.h index 07f90c11c..98d620cd3 100644 --- a/modules/rtile_map/tile_map.h +++ b/modules/rtile_map/tile_map.h @@ -31,7 +31,6 @@ /*************************************************************************/ #include "core/self_list.h" -#include "core/version.h" #include "core/vset.h" #include "scene/2d/navigation_2d.h" #include "scene/2d/node_2d.h" diff --git a/modules/rtile_map/tile_map_editor_plugin.cpp b/modules/rtile_map/tile_map_editor_plugin.cpp index 7384efeff..87cbc32d8 100644 --- a/modules/rtile_map/tile_map_editor_plugin.cpp +++ b/modules/rtile_map/tile_map_editor_plugin.cpp @@ -33,7 +33,6 @@ #include "core/math/math_funcs.h" #include "core/os/input.h" #include "core/os/keyboard.h" -#include "core/version.h" #include "editor/editor_scale.h" #include "editor/editor_settings.h" #include "editor/plugins/canvas_item_editor_plugin.h" diff --git a/modules/terraman/world/terrain_chunk.h b/modules/terraman/world/terrain_chunk.h index 66d0feda8..12f12f8cc 100644 --- a/modules/terraman/world/terrain_chunk.h +++ b/modules/terraman/world/terrain_chunk.h @@ -47,8 +47,6 @@ SOFTWARE. #include "../../props/props/prop_data.h" #endif -#include "core/version.h" - #include "../library/terrain_library.h" #include "../library/terrain_surface.h" diff --git a/modules/terraman/world/terrain_world_editor.cpp b/modules/terraman/world/terrain_world_editor.cpp index 06e1ebe97..ede2fe35c 100644 --- a/modules/terraman/world/terrain_world_editor.cpp +++ b/modules/terraman/world/terrain_world_editor.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "terrain_world_editor.h" -#include "core/version.h" - #include "editor/editor_scale.h" #include "editor/editor_settings.h" diff --git a/modules/terraman_2d/world/jobs/terrain_2d_job.h b/modules/terraman_2d/world/jobs/terrain_2d_job.h index 0b769cdb5..b9be949fe 100644 --- a/modules/terraman_2d/world/jobs/terrain_2d_job.h +++ b/modules/terraman_2d/world/jobs/terrain_2d_job.h @@ -27,10 +27,7 @@ SOFTWARE. #if THREAD_POOL_PRESENT #include "../../../thread_pool/thread_pool_job.h" #else - -#include "core/version.h" #include "core/reference.h" - #endif #include "../../defines.h" diff --git a/modules/terraman_2d/world/terrain_2d_world_editor.cpp b/modules/terraman_2d/world/terrain_2d_world_editor.cpp index 01c475595..95522cab8 100644 --- a/modules/terraman_2d/world/terrain_2d_world_editor.cpp +++ b/modules/terraman_2d/world/terrain_2d_world_editor.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "terrain_2d_world_editor.h" -#include "core/version.h" - #include "editor/editor_scale.h" #include "editor/editor_settings.h" diff --git a/modules/texture_packer/texture_resource/editor_plugin_packer_image_resource.cpp b/modules/texture_packer/texture_resource/editor_plugin_packer_image_resource.cpp index f74502fca..1c0cecae2 100644 --- a/modules/texture_packer/texture_resource/editor_plugin_packer_image_resource.cpp +++ b/modules/texture_packer/texture_resource/editor_plugin_packer_image_resource.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "editor_plugin_packer_image_resource.h" -#include "core/version.h" - void EditorPluginPackerImageResource::_notification(int p_what) { switch (p_what) { case NOTIFICATION_ENTER_TREE: diff --git a/modules/texture_packer/texture_resource/packer_image_resource.cpp b/modules/texture_packer/texture_resource/packer_image_resource.cpp index 31571436b..8f2371f90 100644 --- a/modules/texture_packer/texture_resource/packer_image_resource.cpp +++ b/modules/texture_packer/texture_resource/packer_image_resource.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "packer_image_resource.h" -#include "core/version.h" - int PackerImageResource::get_width() const { if (_image.is_valid()) { return _image->get_width(); diff --git a/modules/thread_pool/register_types.cpp b/modules/thread_pool/register_types.cpp index 5ee88acf9..d055ba1f3 100644 --- a/modules/thread_pool/register_types.cpp +++ b/modules/thread_pool/register_types.cpp @@ -24,8 +24,6 @@ SOFTWARE. */ -#include "core/version.h" - #include "core/engine.h" #include "thread_pool.h" diff --git a/modules/thread_pool/thread_pool.cpp b/modules/thread_pool/thread_pool.cpp index c26dac7e9..ee58bc647 100644 --- a/modules/thread_pool/thread_pool.cpp +++ b/modules/thread_pool/thread_pool.cpp @@ -30,8 +30,6 @@ SOFTWARE. #include "core/os/os.h" #include "scene/main/scene_tree.h" -#include "core/version.h" - #define CONNECT(sig, obj, target_method_class, method) connect(sig, obj, #method) #define DISCONNECT(sig, obj, target_method_class, method) disconnect(sig, obj, #method) diff --git a/modules/thread_pool/thread_pool.h b/modules/thread_pool/thread_pool.h index e3005f195..f57b67795 100644 --- a/modules/thread_pool/thread_pool.h +++ b/modules/thread_pool/thread_pool.h @@ -31,7 +31,6 @@ SOFTWARE. #include "core/os/semaphore.h" #include "core/os/thread.h" #include "core/os/thread_safe.h" -#include "core/version.h" #include "thread_pool_execute_job.h" #include "thread_pool_job.h" diff --git a/modules/ui_extensions/bs_input_event_key.h b/modules/ui_extensions/bs_input_event_key.h index d44a37211..6c8294cca 100644 --- a/modules/ui_extensions/bs_input_event_key.h +++ b/modules/ui_extensions/bs_input_event_key.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "core/os/input_event.h" class BSInputEventKey : public InputEventKey { diff --git a/modules/ui_extensions/input_map_editor.cpp b/modules/ui_extensions/input_map_editor.cpp index 1e11aa6f6..8a5d73a47 100644 --- a/modules/ui_extensions/input_map_editor.cpp +++ b/modules/ui_extensions/input_map_editor.cpp @@ -41,8 +41,6 @@ #include "editor/editor_scale.h" #include "scene/gui/margin_container.h" -#include "core/version.h" - #include "core/input_map.h" #define CONNECT(sig, obj, target_method_class, method) connect(sig, obj, #method) diff --git a/modules/ui_extensions/touch_button.cpp b/modules/ui_extensions/touch_button.cpp index 63ed51355..038d8fb9f 100644 --- a/modules/ui_extensions/touch_button.cpp +++ b/modules/ui_extensions/touch_button.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "touch_button.h" -#include "core/version.h" - void TouchButton::_notification(int p_what) { switch (p_what) { case NOTIFICATION_ENTER_TREE: { diff --git a/modules/voxelman/level_generator/voxel_level_generator.cpp b/modules/voxelman/level_generator/voxel_level_generator.cpp index 0fba4665c..4914283cc 100644 --- a/modules/voxelman/level_generator/voxel_level_generator.cpp +++ b/modules/voxelman/level_generator/voxel_level_generator.cpp @@ -22,8 +22,6 @@ SOFTWARE. #include "voxel_level_generator.h" -#include "core/version.h" - #include "../world/voxel_chunk.h" void VoxelLevelGenerator::generate_chunk(Ref chunk) { diff --git a/modules/voxelman/meshers/marching_cubes/marching_cubes_cell_data.h b/modules/voxelman/meshers/marching_cubes/marching_cubes_cell_data.h index 67e8f1de4..2161dd2f1 100644 --- a/modules/voxelman/meshers/marching_cubes/marching_cubes_cell_data.h +++ b/modules/voxelman/meshers/marching_cubes/marching_cubes_cell_data.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/reference.h" #include "marching_cubes_tables.h" diff --git a/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.cpp b/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.cpp index c697c4504..736599fbd 100644 --- a/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.cpp +++ b/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.cpp @@ -30,8 +30,6 @@ SOFTWARE. #include "../../world/jobs/voxel_job.h" -#include "core/version.h" - #include "servers/visual_server.h" void VoxelMesherMarchingCubes::get_voxel_type_array(int *arr, Ref chunk, const int x, const int y, const int z, const int size) { diff --git a/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.h b/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.h index 4ba7d4d3e..ed28b2050 100644 --- a/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.h +++ b/modules/voxelman/meshers/marching_cubes/voxel_mesher_marching_cubes.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/reference.h" #include "../default/voxel_mesher_default.h" diff --git a/modules/voxelman/nodes/voxel_light_node.h b/modules/voxelman/nodes/voxel_light_node.h index 74d6d27a8..0b5969735 100644 --- a/modules/voxelman/nodes/voxel_light_node.h +++ b/modules/voxelman/nodes/voxel_light_node.h @@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ - - - -#include "core/version.h" - #include "scene/3d/spatial.h" #include "core/math/vector3.h" diff --git a/modules/voxelman/world/block_voxel_structure.h b/modules/voxelman/world/block_voxel_structure.h index 3f27d7be4..a1ce68b87 100644 --- a/modules/voxelman/world/block_voxel_structure.h +++ b/modules/voxelman/world/block_voxel_structure.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/vector.h" #include "voxel_structure.h" diff --git a/modules/voxelman/world/jobs/voxel_mesher_job_step.h b/modules/voxelman/world/jobs/voxel_mesher_job_step.h index fcc47b3c1..28350d444 100644 --- a/modules/voxelman/world/jobs/voxel_mesher_job_step.h +++ b/modules/voxelman/world/jobs/voxel_mesher_job_step.h @@ -22,8 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/version.h" - #include "core/reference.h" #ifdef MESH_UTILS_PRESENT diff --git a/modules/voxelman/world/voxel_chunk.h b/modules/voxelman/world/voxel_chunk.h index ae300b9ca..2ac260090 100644 --- a/modules/voxelman/world/voxel_chunk.h +++ b/modules/voxelman/world/voxel_chunk.h @@ -48,8 +48,6 @@ include_pool_vector #include "../../props/props/prop_data.h" #endif -#include "core/version.h" - #include "../library/voxel_library.h" #include "../library/voxel_surface.h" ; //hackfix for a clang format issue