diff --git a/source/blender/asset_system/intern/asset_essentials_library.cc b/source/blender/asset_system/intern/asset_essentials_library.cc index 336480203c1..8ae0d6c39dc 100644 --- a/source/blender/asset_system/intern/asset_essentials_library.cc +++ b/source/blender/asset_system/intern/asset_essentials_library.cc @@ -8,7 +8,7 @@ #include "BLI_path_util.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "AS_essentials_library.hh" diff --git a/source/blender/asset_system/tests/asset_library_service_test.cc b/source/blender/asset_system/tests/asset_library_service_test.cc index 276795059d3..c36f55c1b60 100644 --- a/source/blender/asset_system/tests/asset_library_service_test.cc +++ b/source/blender/asset_system/tests/asset_library_service_test.cc @@ -8,7 +8,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_callbacks.h" #include "BKE_main.hh" diff --git a/source/blender/asset_system/tests/asset_library_test_common.hh b/source/blender/asset_system/tests/asset_library_test_common.hh index f9a19e42c5d..d7aecb8a1a0 100644 --- a/source/blender/asset_system/tests/asset_library_test_common.hh +++ b/source/blender/asset_system/tests/asset_library_test_common.hh @@ -12,7 +12,7 @@ #include "asset_library_service.hh" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_callbacks.h" #include "BLI_fileops.h" diff --git a/source/blender/blenfont/intern/blf_font_default.cc b/source/blender/blenfont/intern/blf_font_default.cc index 2726e5427b4..7a4454c46ed 100644 --- a/source/blender/blenfont/intern/blf_font_default.cc +++ b/source/blender/blenfont/intern/blf_font_default.cc @@ -15,7 +15,7 @@ #include "BLI_fileops.h" #include "BLI_path_util.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #ifdef WIN32 # include "BLI_winstuff.h" diff --git a/source/blender/blenkernel/BKE_appdir.h b/source/blender/blenkernel/BKE_appdir.hh similarity index 97% rename from source/blender/blenkernel/BKE_appdir.h rename to source/blender/blenkernel/BKE_appdir.hh index c1ae9db2dfa..6450b7e73bc 100644 --- a/source/blender/blenkernel/BKE_appdir.h +++ b/source/blender/blenkernel/BKE_appdir.hh @@ -14,10 +14,6 @@ #include "BLI_compiler_attrs.h" -#ifdef __cplusplus -extern "C" { -#endif - struct ListBase; /** @@ -112,7 +108,7 @@ bool BKE_appdir_app_template_any(void); bool BKE_appdir_app_template_id_search(const char *app_template, char *path, size_t path_maxncpy) ATTR_NONNULL(1); bool BKE_appdir_app_template_has_userpref(const char *app_template) ATTR_NONNULL(1); -void BKE_appdir_app_templates(struct ListBase *templates) ATTR_NONNULL(1); +void BKE_appdir_app_templates( ListBase *templates) ATTR_NONNULL(1); /** * Initialize path to program executable. @@ -190,7 +186,3 @@ enum { #define BLENDER_HISTORY_FILE "recent-files.txt" #define BLENDER_RECENT_SEARCHES_FILE "recent-searches.txt" #define BLENDER_PLATFORM_SUPPORT_FILE "platform_support.txt" - -#ifdef __cplusplus -} -#endif diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 6e590e1ce4a..2b4a6a4ca92 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -326,7 +326,7 @@ set(SRC BKE_anim_visualization.h BKE_animsys.h BKE_anonymous_attribute_id.hh - BKE_appdir.h + BKE_appdir.hh BKE_armature.hh BKE_asset.hh BKE_attribute.h diff --git a/source/blender/blenkernel/intern/appdir.cc b/source/blender/blenkernel/intern/appdir.cc index c605a60d693..b61f4d0e97f 100644 --- a/source/blender/blenkernel/intern/appdir.cc +++ b/source/blender/blenkernel/intern/appdir.cc @@ -22,7 +22,7 @@ #include "BLI_tempfile.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" /* own include */ +#include "BKE_appdir.hh" /* own include */ #include "BKE_blender_version.h" #include "BLT_translation.h" diff --git a/source/blender/blenkernel/intern/blender_undo.cc b/source/blender/blenkernel/intern/blender_undo.cc index 29b41175f01..268030d3796 100644 --- a/source/blender/blenkernel/intern/blender_undo.cc +++ b/source/blender/blenkernel/intern/blender_undo.cc @@ -30,7 +30,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_undo.h" /* own include */ #include "BKE_blendfile.hh" #include "BKE_context.hh" diff --git a/source/blender/blenkernel/intern/blendfile.cc b/source/blender/blenkernel/intern/blendfile.cc index 4013210000c..10de3a1df53 100644 --- a/source/blender/blenkernel/intern/blendfile.cc +++ b/source/blender/blenkernel/intern/blendfile.cc @@ -30,7 +30,7 @@ #include "IMB_colormanagement.hh" #include "BKE_addon.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender.h" #include "BKE_blender_version.h" #include "BKE_blendfile.hh" diff --git a/source/blender/blenkernel/intern/image_partial_update_test.cc b/source/blender/blenkernel/intern/image_partial_update_test.cc index 8ebc9a2811e..bc2b30a39f2 100644 --- a/source/blender/blenkernel/intern/image_partial_update_test.cc +++ b/source/blender/blenkernel/intern/image_partial_update_test.cc @@ -5,7 +5,7 @@ #include "CLG_log.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_global.h" #include "BKE_idtype.hh" #include "BKE_image.h" diff --git a/source/blender/blenkernel/intern/layer_test.cc b/source/blender/blenkernel/intern/layer_test.cc index d73f7e455e3..57898ed0753 100644 --- a/source/blender/blenkernel/intern/layer_test.cc +++ b/source/blender/blenkernel/intern/layer_test.cc @@ -5,7 +5,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_idtype.hh" #include "BKE_layer.h" diff --git a/source/blender/blenkernel/intern/lib_remap_test.cc b/source/blender/blenkernel/intern/lib_remap_test.cc index 503777302be..a4bb0100094 100644 --- a/source/blender/blenkernel/intern/lib_remap_test.cc +++ b/source/blender/blenkernel/intern/lib_remap_test.cc @@ -14,7 +14,7 @@ #include "RNA_define.hh" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_global.h" #include "BKE_idtype.hh" diff --git a/source/blender/blenkernel/intern/modifier.cc b/source/blender/blenkernel/intern/modifier.cc index 73a386e7397..39380be89a6 100644 --- a/source/blender/blenkernel/intern/modifier.cc +++ b/source/blender/blenkernel/intern/modifier.cc @@ -45,7 +45,7 @@ #include "BLT_translation.h" #include "BKE_DerivedMesh.hh" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_editmesh.hh" #include "BKE_editmesh_cache.hh" #include "BKE_effect.h" diff --git a/source/blender/blenkernel/intern/pointcache.cc b/source/blender/blenkernel/intern/pointcache.cc index 059a7bdc109..7b6a234891c 100644 --- a/source/blender/blenkernel/intern/pointcache.cc +++ b/source/blender/blenkernel/intern/pointcache.cc @@ -44,7 +44,7 @@ #include "BLT_translation.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_cloth.hh" #include "BKE_collection.h" #include "BKE_dynamicpaint.h" diff --git a/source/blender/blenkernel/intern/preferences.cc b/source/blender/blenkernel/intern/preferences.cc index 57b1c1c7c36..cf33818713f 100644 --- a/source/blender/blenkernel/intern/preferences.cc +++ b/source/blender/blenkernel/intern/preferences.cc @@ -21,7 +21,7 @@ #include "BLI_string_utf8.h" #include "BLI_string_utils.hh" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_preferences.h" #include "BLT_translation.h" diff --git a/source/blender/blenkernel/intern/studiolight.cc b/source/blender/blenkernel/intern/studiolight.cc index 041477e7983..e6bf183534a 100644 --- a/source/blender/blenkernel/intern/studiolight.cc +++ b/source/blender/blenkernel/intern/studiolight.cc @@ -8,7 +8,7 @@ #include "BKE_studiolight.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_icons.h" #include "BLI_dynstr.h" diff --git a/source/blender/blenloader/intern/versioning_defaults.cc b/source/blender/blenloader/intern/versioning_defaults.cc index 29472974d6e..9bbabbacd7c 100644 --- a/source/blender/blenloader/intern/versioning_defaults.cc +++ b/source/blender/blenloader/intern/versioning_defaults.cc @@ -42,7 +42,7 @@ #include "DNA_windowmanager_types.h" #include "DNA_workspace_types.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_attribute.hh" #include "BKE_brush.hh" #include "BKE_colortools.hh" diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc index 9299fda6e28..d4448363124 100644 --- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc +++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc @@ -5,7 +5,7 @@ #include "MEM_guardedalloc.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender.h" #include "BKE_callbacks.h" #include "BKE_context.hh" diff --git a/source/blender/blentranslation/intern/blt_lang.cc b/source/blender/blentranslation/intern/blt_lang.cc index 4fce5948d75..e0546f42504 100644 --- a/source/blender/blentranslation/intern/blt_lang.cc +++ b/source/blender/blentranslation/intern/blt_lang.cc @@ -25,7 +25,7 @@ #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "IMB_thumbs.hh" diff --git a/source/blender/compositor/intern/COM_Debug.cc b/source/blender/compositor/intern/COM_Debug.cc index 246a59e447a..1203e8e3337 100644 --- a/source/blender/compositor/intern/COM_Debug.cc +++ b/source/blender/compositor/intern/COM_Debug.cc @@ -8,7 +8,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "IMB_imbuf.hh" #include "IMB_imbuf_types.hh" diff --git a/source/blender/editors/armature/pose_transform.cc b/source/blender/editors/armature/pose_transform.cc index e8eff3a195f..348d7a89b28 100644 --- a/source/blender/editors/armature/pose_transform.cc +++ b/source/blender/editors/armature/pose_transform.cc @@ -22,7 +22,7 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_armature.hh" #include "BKE_blender_copybuffer.hh" #include "BKE_context.hh" diff --git a/source/blender/editors/asset/intern/asset_indexer.cc b/source/blender/editors/asset/intern/asset_indexer.cc index f4b91b63f6e..3a8eed1af31 100644 --- a/source/blender/editors/asset/intern/asset_indexer.cc +++ b/source/blender/editors/asset/intern/asset_indexer.cc @@ -27,7 +27,7 @@ #include "BLI_uuid.h" #include "AS_asset_catalog.hh" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_asset.hh" #include "BKE_idprop.hh" diff --git a/source/blender/editors/interface/interface_icons.cc b/source/blender/editors/interface/interface_icons.cc index dc32eb50a9e..a9046f85954 100644 --- a/source/blender/editors/interface/interface_icons.cc +++ b/source/blender/editors/interface/interface_icons.cc @@ -39,7 +39,7 @@ #include "RNA_access.hh" #include "RNA_prototypes.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_global.h" #include "BKE_icons.h" diff --git a/source/blender/editors/interface/interface_string_search.cc b/source/blender/editors/interface/interface_string_search.cc index bcc94c0298c..06aaff74d61 100644 --- a/source/blender/editors/interface/interface_string_search.cc +++ b/source/blender/editors/interface/interface_string_search.cc @@ -4,7 +4,7 @@ #include -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "DNA_userdef_types.h" diff --git a/source/blender/editors/interface/resources.cc b/source/blender/editors/interface/resources.cc index 6205be3cfef..d630207fa62 100644 --- a/source/blender/editors/interface/resources.cc +++ b/source/blender/editors/interface/resources.cc @@ -21,7 +21,7 @@ #include "BLI_utildefines.h" #include "BKE_addon.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_main.hh" #include "BKE_mesh_runtime.hh" diff --git a/source/blender/editors/render/render_preview.cc b/source/blender/editors/render/render_preview.cc index 327a5f2197d..c6ace64a283 100644 --- a/source/blender/editors/render/render_preview.cc +++ b/source/blender/editors/render/render_preview.cc @@ -42,7 +42,7 @@ #include "DNA_world_types.h" #include "BKE_animsys.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_armature.hh" #include "BKE_brush.hh" #include "BKE_colortools.hh" diff --git a/source/blender/editors/render/render_shading.cc b/source/blender/editors/render/render_shading.cc index c54f308416c..7ac5b2e58ac 100644 --- a/source/blender/editors/render/render_shading.cc +++ b/source/blender/editors/render/render_shading.cc @@ -34,7 +34,7 @@ #include "BKE_anim_data.h" #include "BKE_animsys.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_copybuffer.hh" #include "BKE_brush.hh" #include "BKE_context.hh" diff --git a/source/blender/editors/screen/workspace_edit.cc b/source/blender/editors/screen/workspace_edit.cc index a80a6c83dc0..8b789260cac 100644 --- a/source/blender/editors/screen/workspace_edit.cc +++ b/source/blender/editors/screen/workspace_edit.cc @@ -14,7 +14,7 @@ #include "BLI_path_util.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blendfile.hh" #include "BKE_context.hh" #include "BKE_lib_id.hh" diff --git a/source/blender/editors/space_buttons/buttons_ops.cc b/source/blender/editors/space_buttons/buttons_ops.cc index 1f4e9abffc1..ea711d27fba 100644 --- a/source/blender/editors/space_buttons/buttons_ops.cc +++ b/source/blender/editors/space_buttons/buttons_ops.cc @@ -20,7 +20,7 @@ #include "BLT_translation.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_main.hh" #include "BKE_report.h" diff --git a/source/blender/editors/space_file/file_ops.cc b/source/blender/editors/space_file/file_ops.cc index 771b44b9e22..ccd7ee7aaf0 100644 --- a/source/blender/editors/space_file/file_ops.cc +++ b/source/blender/editors/space_file/file_ops.cc @@ -11,7 +11,7 @@ #include "BLI_blenlib.h" #include "BLI_linklist.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blendfile.hh" #include "BKE_context.hh" #include "BKE_global.h" diff --git a/source/blender/editors/space_file/filesel.cc b/source/blender/editors/space_file/filesel.cc index 9521e6f1b51..a4ded22dde2 100644 --- a/source/blender/editors/space_file/filesel.cc +++ b/source/blender/editors/space_file/filesel.cc @@ -41,7 +41,7 @@ #include "BLT_translation.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_idtype.hh" #include "BKE_main.hh" diff --git a/source/blender/editors/space_file/fsmenu.cc b/source/blender/editors/space_file/fsmenu.cc index a28f0f36295..7af53b59189 100644 --- a/source/blender/editors/space_file/fsmenu.cc +++ b/source/blender/editors/space_file/fsmenu.cc @@ -20,7 +20,7 @@ #include "BLT_translation.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "ED_fileselect.hh" diff --git a/source/blender/editors/space_file/fsmenu_system.cc b/source/blender/editors/space_file/fsmenu_system.cc index 5500dc07c58..3d2213f087b 100644 --- a/source/blender/editors/space_file/fsmenu_system.cc +++ b/source/blender/editors/space_file/fsmenu_system.cc @@ -25,7 +25,7 @@ #include "BLT_translation.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "ED_fileselect.hh" diff --git a/source/blender/editors/space_file/space_file.cc b/source/blender/editors/space_file/space_file.cc index d1c2c04b788..3234efae175 100644 --- a/source/blender/editors/space_file/space_file.cc +++ b/source/blender/editors/space_file/space_file.cc @@ -15,7 +15,7 @@ #include "BLI_linklist.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_global.h" #include "BKE_lib_query.hh" diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outliner_edit.cc index 0ac351eac1a..65d94e226cc 100644 --- a/source/blender/editors/space_outliner/outliner_edit.cc +++ b/source/blender/editors/space_outliner/outliner_edit.cc @@ -25,7 +25,7 @@ #include "BKE_action.h" #include "BKE_animsys.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_armature.hh" #include "BKE_blender_copybuffer.hh" #include "BKE_context.hh" diff --git a/source/blender/editors/space_sequencer/sequencer_clipboard.cc b/source/blender/editors/space_sequencer/sequencer_clipboard.cc index e2ea3ea6bce..e7070d9859f 100644 --- a/source/blender/editors/space_sequencer/sequencer_clipboard.cc +++ b/source/blender/editors/space_sequencer/sequencer_clipboard.cc @@ -27,7 +27,7 @@ #include "BLI_listbase.h" #include "BLI_path_util.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_copybuffer.hh" #include "BKE_blendfile.hh" #include "BKE_context.hh" diff --git a/source/blender/editors/space_view3d/view3d_ops.cc b/source/blender/editors/space_view3d/view3d_ops.cc index a0004b7c422..1bc6e5c0aee 100644 --- a/source/blender/editors/space_view3d/view3d_ops.cc +++ b/source/blender/editors/space_view3d/view3d_ops.cc @@ -17,7 +17,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_copybuffer.hh" #include "BKE_context.hh" #include "BKE_main.hh" diff --git a/source/blender/freestyle/intern/application/AppConfig.cpp b/source/blender/freestyle/intern/application/AppConfig.cpp index baaf08134ae..b198ba48aa9 100644 --- a/source/blender/freestyle/intern/application/AppConfig.cpp +++ b/source/blender/freestyle/intern/application/AppConfig.cpp @@ -14,7 +14,7 @@ using namespace std; -#include "BKE_appdir.h" +#include "BKE_appdir.hh" namespace Freestyle::Config { diff --git a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp index ac33a47af5a..4f8c51acf97 100644 --- a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp +++ b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp @@ -33,7 +33,7 @@ #include "BPy_ViewMap.h" #include "BPy_ViewShape.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "DNA_scene_types.h" #include "FRS_freestyle.h" #include "RNA_access.hh" diff --git a/source/blender/imbuf/intern/colormanagement.cc b/source/blender/imbuf/intern/colormanagement.cc index 70c0424ffcd..08c326700a5 100644 --- a/source/blender/imbuf/intern/colormanagement.cc +++ b/source/blender/imbuf/intern/colormanagement.cc @@ -36,7 +36,7 @@ #include "BLI_task.hh" #include "BLI_threads.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_colortools.hh" #include "BKE_context.hh" #include "BKE_image.h" diff --git a/source/blender/io/collada/DocumentExporter.cpp b/source/blender/io/collada/DocumentExporter.cpp index 3409a95f513..f2039a3d7aa 100644 --- a/source/blender/io/collada/DocumentExporter.cpp +++ b/source/blender/io/collada/DocumentExporter.cpp @@ -67,7 +67,7 @@ #include "BKE_action.h" /* pose functions */ #include "BKE_animsys.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_armature.hh" #include "BKE_blender_version.h" #include "BKE_customdata.hh" diff --git a/source/blender/io/ply/tests/io_ply_exporter_test.cc b/source/blender/io/ply/tests/io_ply_exporter_test.cc index d65f7f5b071..9c7c6cc1676 100644 --- a/source/blender/io/ply/tests/io_ply_exporter_test.cc +++ b/source/blender/io/ply/tests/io_ply_exporter_test.cc @@ -7,7 +7,7 @@ #include "BLI_string.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "DEG_depsgraph.hh" diff --git a/source/blender/io/stl/tests/stl_exporter_tests.cc b/source/blender/io/stl/tests/stl_exporter_tests.cc index 8a75173086b..fe7a03e903c 100644 --- a/source/blender/io/stl/tests/stl_exporter_tests.cc +++ b/source/blender/io/stl/tests/stl_exporter_tests.cc @@ -4,7 +4,7 @@ #include "tests/blendfile_loading_base_test.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_main.hh" #include "BLI_fileops.h" diff --git a/source/blender/io/usd/hydra/image.cc b/source/blender/io/usd/hydra/image.cc index 3ba248cd1ca..8e5def403c0 100644 --- a/source/blender/io/usd/hydra/image.cc +++ b/source/blender/io/usd/hydra/image.cc @@ -10,7 +10,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_image.h" #include "BKE_image_format.h" #include "BKE_image_save.h" diff --git a/source/blender/io/usd/hydra/usd_scene_delegate.cc b/source/blender/io/usd/hydra/usd_scene_delegate.cc index c069626a6f9..0ef04f0d399 100644 --- a/source/blender/io/usd/hydra/usd_scene_delegate.cc +++ b/source/blender/io/usd/hydra/usd_scene_delegate.cc @@ -8,7 +8,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_report.h" #include "DEG_depsgraph_query.hh" diff --git a/source/blender/io/usd/intern/usd_capi_export.cc b/source/blender/io/usd/intern/usd_capi_export.cc index e1bd405e545..64f797d8629 100644 --- a/source/blender/io/usd/intern/usd_capi_export.cc +++ b/source/blender/io/usd/intern/usd_capi_export.cc @@ -28,7 +28,7 @@ #include "DNA_scene_types.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "BKE_context.hh" #include "BKE_global.h" diff --git a/source/blender/io/usd/intern/usd_capi_import.cc b/source/blender/io/usd/intern/usd_capi_import.cc index 8bebf9a9c95..39272c107a3 100644 --- a/source/blender/io/usd/intern/usd_capi_import.cc +++ b/source/blender/io/usd/intern/usd_capi_import.cc @@ -9,7 +9,7 @@ #include "usd_reader_prim.h" #include "usd_reader_stage.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "BKE_cachefile.h" #include "BKE_cdderivedmesh.h" diff --git a/source/blender/io/usd/intern/usd_reader_material.cc b/source/blender/io/usd/intern/usd_reader_material.cc index a1a2d456a58..eab9a2f4fd9 100644 --- a/source/blender/io/usd/intern/usd_reader_material.cc +++ b/source/blender/io/usd/intern/usd_reader_material.cc @@ -6,7 +6,7 @@ #include "usd_asset_utils.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_image.h" #include "BKE_lib_id.hh" #include "BKE_main.hh" diff --git a/source/blender/io/usd/tests/usd_stage_creation_test.cc b/source/blender/io/usd/tests/usd_stage_creation_test.cc index 531f2130d4d..7c5e01b7388 100644 --- a/source/blender/io/usd/tests/usd_stage_creation_test.cc +++ b/source/blender/io/usd/tests/usd_stage_creation_test.cc @@ -11,7 +11,7 @@ #include "BLI_path_util.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" namespace blender::io::usd { diff --git a/source/blender/io/usd/tests/usd_usdz_export_test.cc b/source/blender/io/usd/tests/usd_usdz_export_test.cc index b27719d052f..62d5d7e8ef2 100644 --- a/source/blender/io/usd/tests/usd_usdz_export_test.cc +++ b/source/blender/io/usd/tests/usd_usdz_export_test.cc @@ -8,7 +8,7 @@ #include #include -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_main.hh" #include "BLI_fileops.h" diff --git a/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc b/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc index 1f270bccfca..fe0768a9db8 100644 --- a/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc +++ b/source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc @@ -11,7 +11,7 @@ #include "testing/testing.h" #include "tests/blendfile_loading_base_test.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "BKE_main.hh" diff --git a/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc b/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc index 9cb4c17225c..4ad522f0765 100644 --- a/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc +++ b/source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc @@ -4,7 +4,7 @@ #include -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "testing/testing.h" diff --git a/source/blender/makesrna/intern/rna_render.cc b/source/blender/makesrna/intern/rna_render.cc index 477e6657627..3ed1f442087 100644 --- a/source/blender/makesrna/intern/rna_render.cc +++ b/source/blender/makesrna/intern/rna_render.cc @@ -86,7 +86,7 @@ const EnumPropertyItem rna_enum_bake_pass_type_items[] = { # include "RNA_access.hh" -# include "BKE_appdir.h" +# include "BKE_appdir.hh" # include "BKE_context.hh" # include "BKE_report.h" diff --git a/source/blender/makesrna/intern/rna_userdef.cc b/source/blender/makesrna/intern/rna_userdef.cc index 653aabda14b..5b8ed7ecd9d 100644 --- a/source/blender/makesrna/intern/rna_userdef.cc +++ b/source/blender/makesrna/intern/rna_userdef.cc @@ -29,7 +29,7 @@ #include "BLT_translation.h" #include "BKE_addon.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_callbacks.h" #include "BKE_sound.h" #include "BKE_studiolight.h" diff --git a/source/blender/python/intern/bpy.cc b/source/blender/python/intern/bpy.cc index 30568703cc3..8e8c4679421 100644 --- a/source/blender/python/intern/bpy.cc +++ b/source/blender/python/intern/bpy.cc @@ -19,7 +19,7 @@ #include "BLI_string_utils.hh" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "BKE_bpath.h" #include "BKE_global.h" /* XXX, G_MAIN only */ diff --git a/source/blender/python/intern/bpy_app.cc b/source/blender/python/intern/bpy_app.cc index 18c0ec32ac4..6ebb94b5891 100644 --- a/source/blender/python/intern/bpy_app.cc +++ b/source/blender/python/intern/bpy_app.cc @@ -37,7 +37,7 @@ #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "BKE_global.h" #include "BKE_main.hh" diff --git a/source/blender/python/intern/bpy_interface.cc b/source/blender/python/intern/bpy_interface.cc index dfc0b9b75a8..9d6ee0cafdd 100644 --- a/source/blender/python/intern/bpy_interface.cc +++ b/source/blender/python/intern/bpy_interface.cc @@ -43,7 +43,7 @@ #include "DNA_text_types.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_context.hh" #include "BKE_global.h" /* Only for script checking. */ #include "BKE_main.hh" diff --git a/source/blender/render/intern/render_result.cc b/source/blender/render/intern/render_result.cc index e709283d5f1..615874fde23 100644 --- a/source/blender/render/intern/render_result.cc +++ b/source/blender/render/intern/render_result.cc @@ -24,7 +24,7 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_camera.h" #include "BKE_global.h" #include "BKE_image.h" diff --git a/source/blender/windowmanager/intern/wm_files.cc b/source/blender/windowmanager/intern/wm_files.cc index 7edee31519c..4fda75b58a2 100644 --- a/source/blender/windowmanager/intern/wm_files.cc +++ b/source/blender/windowmanager/intern/wm_files.cc @@ -62,7 +62,7 @@ #include "AS_asset_library.h" #include "BKE_addon.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_autoexec.hh" #include "BKE_blender.h" #include "BKE_blender_version.h" diff --git a/source/blender/windowmanager/intern/wm_init_exit.cc b/source/blender/windowmanager/intern/wm_init_exit.cc index 7b8c568309e..2a1df9eef93 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.cc +++ b/source/blender/windowmanager/intern/wm_init_exit.cc @@ -53,7 +53,7 @@ #include "BKE_vfont.hh" #include "BKE_addon.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_mask.h" /* free mask clipboard */ #include "BKE_material.h" /* BKE_material_copybuf_clear */ #include "BKE_studiolight.h" diff --git a/source/blender/windowmanager/intern/wm_platform_support.cc b/source/blender/windowmanager/intern/wm_platform_support.cc index 0e778f26df7..ecd7e103ca0 100644 --- a/source/blender/windowmanager/intern/wm_platform_support.cc +++ b/source/blender/windowmanager/intern/wm_platform_support.cc @@ -19,7 +19,7 @@ #include "BLT_translation.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_global.h" #include "GPU_platform.h" diff --git a/source/blender/windowmanager/intern/wm_splash_screen.cc b/source/blender/windowmanager/intern/wm_splash_screen.cc index 37c9a80ab08..c034fe3222e 100644 --- a/source/blender/windowmanager/intern/wm_splash_screen.cc +++ b/source/blender/windowmanager/intern/wm_splash_screen.cc @@ -27,7 +27,7 @@ #include "BLI_blenlib.h" #include "BLI_utildefines.h" -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender_version.h" #include "BKE_context.hh" #include "BKE_screen.hh" diff --git a/source/creator/creator.cc b/source/creator/creator.cc index a6e43b4fd37..9390581a6f2 100644 --- a/source/creator/creator.cc +++ b/source/creator/creator.cc @@ -32,7 +32,7 @@ #include "BLI_utildefines.h" /* Mostly initialization functions. */ -#include "BKE_appdir.h" +#include "BKE_appdir.hh" #include "BKE_blender.h" #include "BKE_brush.hh" #include "BKE_cachefile.h" diff --git a/source/creator/creator_args.cc b/source/creator/creator_args.cc index 99da46ea955..da26e3bc45c 100644 --- a/source/creator/creator_args.cc +++ b/source/creator/creator_args.cc @@ -32,7 +32,7 @@ # include "BLI_threads.h" # include "BLI_utildefines.h" -# include "BKE_appdir.h" +# include "BKE_appdir.hh" # include "BKE_blender_version.h" # include "BKE_blendfile.hh" # include "BKE_context.hh" diff --git a/source/creator/creator_signals.cc b/source/creator/creator_signals.cc index 8bd64f04330..6dfaea1e5a1 100644 --- a/source/creator/creator_signals.cc +++ b/source/creator/creator_signals.cc @@ -41,7 +41,7 @@ # include "BLI_utildefines.h" # include BLI_SYSTEM_PID_H -# include "BKE_appdir.h" /* BKE_tempdir_base */ +# include "BKE_appdir.hh" /* BKE_tempdir_base */ # include "BKE_blender_version.h" # include "BKE_global.h" # include "BKE_main.hh"