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 <campbell@blender.org>2022-01-24 13:16:06 +0300
committerCampbell Barton <campbell@blender.org>2022-01-24 13:16:06 +0300
commit4b1f243e4d76dc9b3e92a8c2bf43414bcda4b2c3 (patch)
tree5f408075457df0904eb85cf1112ec0d05e3555ee /source/blender/editors/space_file
parentf9b6a257bd054cb4ade2c2f84f3707a9bd4896f2 (diff)
Cleanup: sort struct forward declarations
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h
index 4334beea196..bd55e6f78ab 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -34,11 +34,11 @@ extern "C" {
struct ARegion;
struct ARegionType;
struct AssetLibrary;
-struct FileSelectParams;
struct FileAssetSelectParams;
+struct FileSelectParams;
struct SpaceFile;
-struct uiLayout;
struct View2D;
+struct uiLayout;
/* file_draw.c */