From 1ff8be24ef8970f140865dfb118112ec08e7dfad Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 7 Nov 2018 16:06:36 +0100 Subject: Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header). We already had a BKE_main.h header, no reason not to put there Main-specific functions, BKE_library has already more than enough to handle with IDs and library management! --- tests/gtests/alembic/abc_export_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gtests/alembic/abc_export_test.cc b/tests/gtests/alembic/abc_export_test.cc index 18716e53e31..ac7760d1541 100644 --- a/tests/gtests/alembic/abc_export_test.cc +++ b/tests/gtests/alembic/abc_export_test.cc @@ -6,7 +6,7 @@ extern "C" { #include "BLI_utildefines.h" -#include "BKE_library.h" +#include "BKE_main.h" #include "BLI_math.h" #include "DNA_scene_types.h" } -- cgit v1.2.3