Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-12-16 08:26:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-16 08:26:23 +0300
commita869a61c88e37ce8a16676162ef7db3c62449b46 (patch)
treefbba30c32a6c5e14e9f2de3edfc959806f6d55bf /source/blender/editors
parentb347c4e9ca896c7f1149502962add1163db1e82c (diff)
Cleanup: sort struct blocks
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/include/ED_fileselect.h2
-rw-r--r--source/blender/editors/space_file/filelist.h2
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_fileselect.h b/source/blender/editors/include/ED_fileselect.h
index 3288cf11cb0..6c66a6162b8 100644
--- a/source/blender/editors/include/ED_fileselect.h
+++ b/source/blender/editors/include/ED_fileselect.h
@@ -28,8 +28,8 @@ extern "C" {
#endif
struct ARegion;
-struct FileSelectParams;
struct FileAssetSelectParams;
+struct FileSelectParams;
struct Scene;
struct ScrArea;
struct SpaceFile;
diff --git a/source/blender/editors/space_file/filelist.h b/source/blender/editors/space_file/filelist.h
index 59bd5bb50d7..16984bb6e43 100644
--- a/source/blender/editors/space_file/filelist.h
+++ b/source/blender/editors/space_file/filelist.h
@@ -29,8 +29,8 @@ extern "C" {
struct BlendHandle;
struct FileList;
-struct FileSelection;
struct FileSelectAssetLibraryUID;
+struct FileSelection;
struct wmWindowManager;
struct FileDirEntry;
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index ccb481197e4..339cc3068d0 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -32,7 +32,6 @@ extern "C" {
/* internal exports only */
struct ARegion;
-struct bContextDataResult;
struct EditBone;
struct ID;
struct ListBase;
@@ -43,6 +42,7 @@ struct TreeElement;
struct TreeStoreElem;
struct ViewLayer;
struct bContext;
+struct bContextDataResult;
struct bPoseChannel;
struct wmKeyConfig;
struct wmOperatorType;