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>2021-02-18 06:14:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-18 18:19:53 +0300
commit9df92691730a78a0bd13fea8717479e2b2055bb0 (patch)
treed4442f8097d098568023c2c2bef21dcbe7d81c22 /source/blender/blenkernel/BKE_node_ui_storage.hh
parent7e1159536483a8206614a667b99c52f8a3ec3c74 (diff)
Cleanup: sort structs, file-lists
Diffstat (limited to 'source/blender/blenkernel/BKE_node_ui_storage.hh')
-rw-r--r--source/blender/blenkernel/BKE_node_ui_storage.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_node_ui_storage.hh b/source/blender/blenkernel/BKE_node_ui_storage.hh
index 0b8ef60a603..ac12999731a 100644
--- a/source/blender/blenkernel/BKE_node_ui_storage.hh
+++ b/source/blender/blenkernel/BKE_node_ui_storage.hh
@@ -24,10 +24,10 @@
#include "DNA_modifier_types.h"
#include "DNA_session_uuid_types.h"
+struct ModifierData;
+struct Object;
struct bNode;
struct bNodeTree;
-struct Object;
-struct ModifierData;
using blender::Map;