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:
authorBastien Montagne <b.mont29@gmail.com>2020-02-07 18:29:02 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-07 18:29:02 +0300
commitfaf08954d572c84d42de074effbca02fee3b27df (patch)
tree6ac39f299e87cbd6794bb833015301fd190bfd37 /source/blender/blenloader
parentf2df4e0076a29a32813f870741b0f89fcbf00eed (diff)
Cleanup: Rename `BKE_library_idmap` file to `BKE_main_idmap`
Part of T72604: > Proposal: BKE_library and BKE_main API naming: prefixes conventions
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 9547e4cd05a..2ad79b4e252 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -121,7 +121,7 @@
#include "BKE_idprop.h"
#include "BKE_layer.h"
#include "BKE_library.h"
-#include "BKE_library_idmap.h"
+#include "BKE_main_idmap.h"
#include "BKE_library_override.h"
#include "BKE_library_query.h"
#include "BKE_main.h" // for Main