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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
commit85dc8d74771dc61c295574af9adea34ef251bf9d (patch)
tree606b8ae540b3848b2f1060708435c3979ea7b992 /source
parent35e3abb9120cbc5ee52dc8051899a84a427c7fc0 (diff)
Cleanup: sort file, struct lists
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/BKE_packedFile.h2
-rw-r--r--source/blender/blenloader/intern/readfile.h2
-rw-r--r--source/blender/draw/intern/draw_cache_impl.h2
-rw-r--r--source/blender/editors/interface/interface_templates.c2
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenkernel/BKE_packedFile.h b/source/blender/blenkernel/BKE_packedFile.h
index 16d9b5b2c8b..fb2578b81b0 100644
--- a/source/blender/blenkernel/BKE_packedFile.h
+++ b/source/blender/blenkernel/BKE_packedFile.h
@@ -36,8 +36,8 @@ struct Main;
struct PackedFile;
struct ReportList;
struct VFont;
-struct bSound;
struct Volume;
+struct bSound;
enum ePF_FileCompare {
PF_CMP_EQUAL = 0,
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 5100cf5051b..5be7e703d6b 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -30,8 +30,8 @@
#include "DNA_windowmanager_types.h" /* for ReportType */
#include "zlib.h"
-struct IDNameLib_Map;
struct GSet;
+struct IDNameLib_Map;
struct Key;
struct MemFile;
struct Object;
diff --git a/source/blender/draw/intern/draw_cache_impl.h b/source/blender/draw/intern/draw_cache_impl.h
index b3450bf4715..3ce8a7d4e43 100644
--- a/source/blender/draw/intern/draw_cache_impl.h
+++ b/source/blender/draw/intern/draw_cache_impl.h
@@ -32,7 +32,6 @@ struct ModifierData;
struct PTCacheEdit;
struct ParticleSystem;
-struct bGPdata;
struct Curve;
struct Hair;
struct Lattice;
@@ -40,6 +39,7 @@ struct Mesh;
struct MetaBall;
struct PointCloud;
struct Volume;
+struct bGPdata;
/* Expose via BKE callbacks */
void DRW_mball_batch_cache_dirty_tag(struct MetaBall *mb, int mode);
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 4489dcda989..f2ec567abf1 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -59,8 +59,8 @@
#include "BKE_curveprofile.h"
#include "BKE_global.h"
#include "BKE_gpencil_modifier.h"
-#include "BKE_idtype.h"
#include "BKE_idprop.h"
+#include "BKE_idtype.h"
#include "BKE_layer.h"
#include "BKE_lib_id.h"
#include "BKE_lib_override.h"
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index f8f765c6ece..a101e96e958 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -134,8 +134,8 @@ set(SRC
../DNA_camera_defaults.h
../DNA_curve_defaults.h
../DNA_defaults.h
- ../DNA_image_defaults.h
../DNA_hair_defaults.h
+ ../DNA_image_defaults.h
../DNA_lattice_defaults.h
../DNA_light_defaults.h
../DNA_lightprobe_defaults.h