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-09-30 04:51:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-30 04:51:13 +0300
commit38a66903e5d59cfb75515adf3951a4fffcbdf0bb (patch)
treef8b0e45bd3aaf23959a6864d277960168c14afe2 /source/blender/editors/include
parente5aa9decb23f1a9f417799dbdff275b2f16a145f (diff)
Cleanup: sort struct declarations
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_gizmo_library.h4
-rw-r--r--source/blender/editors/include/UI_interface_icons.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_gizmo_library.h b/source/blender/editors/include/ED_gizmo_library.h
index 0ee3b00e426..861b563521f 100644
--- a/source/blender/editors/include/ED_gizmo_library.h
+++ b/source/blender/editors/include/ED_gizmo_library.h
@@ -42,13 +42,13 @@ void ED_gizmotypes_blank_3d(void);
void ED_gizmotypes_snap_3d(void);
struct ARegion;
-struct bContext;
struct Depsgraph;
struct Object;
struct SnapObjectContext;
-struct wmWindowManager;
struct View3D;
+struct bContext;
struct wmGizmo;
+struct wmWindowManager;
/* -------------------------------------------------------------------- */
/* Shape Presets
diff --git a/source/blender/editors/include/UI_interface_icons.h b/source/blender/editors/include/UI_interface_icons.h
index 307873e09f0..78fcd6e7dfa 100644
--- a/source/blender/editors/include/UI_interface_icons.h
+++ b/source/blender/editors/include/UI_interface_icons.h
@@ -27,12 +27,12 @@
extern "C" {
#endif
+struct Collection;
struct ID;
struct PointerRNA;
struct PreviewImage;
struct Scene;
struct bContext;
-struct Collection;
enum eIconSizes;