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/blenloader/intern/blend_validate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/blend_validate.c b/source/blender/blenloader/intern/blend_validate.c index 53bf70acb1c..cc447196507 100644 --- a/source/blender/blenloader/intern/blend_validate.c +++ b/source/blender/blenloader/intern/blend_validate.c @@ -38,6 +38,7 @@ #include "BKE_key.h" #include "BKE_lib_id.h" +#include "BKE_library.h" #include "BKE_main.h" #include "BKE_report.h" -- cgit v1.2.3