From 42f7767dab56ce6cf26e490c3cb2c689b2b0d507 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 29 Aug 2018 15:32:50 +0200 Subject: Cleanup: rename files from group to collection to match contents. --- source/blender/makesdna/intern/makesdna.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 7b27ec05865..2d05e2621fa 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -101,7 +101,7 @@ static const char *includefiles[] = { "DNA_effect_types.h", "DNA_outliner_types.h", "DNA_sound_types.h", - "DNA_group_types.h", + "DNA_collection_types.h", "DNA_armature_types.h", "DNA_action_types.h", "DNA_constraint_types.h", @@ -1327,7 +1327,7 @@ int main(int argc, char **argv) #include "DNA_effect_types.h" #include "DNA_outliner_types.h" #include "DNA_sound_types.h" -#include "DNA_group_types.h" +#include "DNA_collection_types.h" #include "DNA_armature_types.h" #include "DNA_action_types.h" #include "DNA_constraint_types.h" -- cgit v1.2.3