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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-29 16:32:50 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-29 17:25:50 +0300
commit42f7767dab56ce6cf26e490c3cb2c689b2b0d507 (patch)
treea1c9b4bb7bdd18488e9e325fc0d08c304bf305fe /source/blender/depsgraph/intern/depsgraph_physics.cc
parent31278eb4bcc73f95b5032d65ababf32812074c5c (diff)
Cleanup: rename files from group to collection to match contents.
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_physics.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_physics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_physics.cc b/source/blender/depsgraph/intern/depsgraph_physics.cc
index e542e0c48ae..1868069f0ac 100644
--- a/source/blender/depsgraph/intern/depsgraph_physics.cc
+++ b/source/blender/depsgraph/intern/depsgraph_physics.cc
@@ -39,7 +39,7 @@ extern "C" {
#include "BKE_modifier.h"
} /* extern "C" */
-#include "DNA_group_types.h"
+#include "DNA_collection_types.h"
#include "DNA_object_types.h"
#include "DNA_object_force_types.h"