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:
Diffstat (limited to 'source/blender/blenkernel/intern/lib_remap.c')
-rw-r--r--source/blender/blenkernel/intern/lib_remap.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/blender/blenkernel/intern/lib_remap.c b/source/blender/blenkernel/intern/lib_remap.c
index e9cc0dfc972..9b6d62a87aa 100644
--- a/source/blender/blenkernel/intern/lib_remap.c
+++ b/source/blender/blenkernel/intern/lib_remap.c
@@ -22,15 +22,10 @@
#include "CLG_log.h"
-#include "MEM_guardedalloc.h"
-
#include "BLI_utildefines.h"
-#include "BLI_rect.h"
-
#include "DNA_object_types.h"
-#include "BKE_animsys.h"
#include "BKE_armature.h"
#include "BKE_collection.h"
#include "BKE_curve.h"
@@ -46,11 +41,11 @@
#include "BKE_node.h"
#include "BKE_object.h"
-#include "lib_intern.h"
-
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
+#include "lib_intern.h" /* own include */
+
static CLG_LogRef LOG = {.identifier = "bke.lib_remap"};
BKE_library_free_window_manager_cb free_windowmanager_cb = NULL;