Cleanup/refactor: Rename BKE_library
files to BKE_lib
.
Note that `BKE_library.h`/`library.c` were renamed to `BKE_lib_id.h`/`lib_id.c` to avoid having a too generic name here. Part of T72604.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_library.h"
|
||||
#include "BKE_lib_id.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "DNA_screen_types.h"
|
||||
|
Reference in New Issue
Block a user