From f3a3a976b7ddaca77560040e9bea7e9303e4eead Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 10 Feb 2020 17:10:17 +0100 Subject: Refactor: move `Library`-specific functions into proper `BKE_library` file. Even though we do not have much of those, this might change in the future, and in any case having specific functions for this ID type in generic `BKE_lib` area was really confusing. --- source/blender/blenkernel/intern/bpath.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/intern/bpath.c') diff --git a/source/blender/blenkernel/intern/bpath.c b/source/blender/blenkernel/intern/bpath.c index 835fd645e25..3743a340a53 100644 --- a/source/blender/blenkernel/intern/bpath.c +++ b/source/blender/blenkernel/intern/bpath.c @@ -67,6 +67,7 @@ #include "BKE_font.h" #include "BKE_lib_id.h" +#include "BKE_library.h" #include "BKE_main.h" #include "BKE_node.h" #include "BKE_report.h" -- cgit v1.2.3