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/blenkernel/intern
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/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/main_idmap.c (renamed from source/blender/blenkernel/intern/library_idmap.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/library_idmap.c b/source/blender/blenkernel/intern/main_idmap.c
index ab0ff5b0096..a210961b212 100644
--- a/source/blender/blenkernel/intern/library_idmap.c
+++ b/source/blender/blenkernel/intern/main_idmap.c
@@ -26,8 +26,8 @@
#include "DNA_ID.h"
#include "BKE_idcode.h"
-#include "BKE_library_idmap.h" /* own include */
#include "BKE_main.h"
+#include "BKE_main_idmap.h" /* own include */
/** \file
* \ingroup bke