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:
authorCampbell Barton <ideasman42@gmail.com>2020-02-11 03:51:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-11 03:54:50 +0300
commit9f07c03d20b8b420e28ca871f897388f46f396cf (patch)
tree56405586846a81b45a18e4b16aec596b59f215cd /source/blender/blenkernel/intern/lib_remap.c
parent906b8a241a7884119982789e1ffded8a79c45219 (diff)
Cleanup: unused headers
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;