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-03-20 04:19:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:19:44 +0300
commit85dc8d74771dc61c295574af9adea34ef251bf9d (patch)
tree606b8ae540b3848b2f1060708435c3979ea7b992 /source/blender/blenkernel/BKE_packedFile.h
parent35e3abb9120cbc5ee52dc8051899a84a427c7fc0 (diff)
Cleanup: sort file, struct lists
Diffstat (limited to 'source/blender/blenkernel/BKE_packedFile.h')
-rw-r--r--source/blender/blenkernel/BKE_packedFile.h2
1 files changed, 1 insertions, 1 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,