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:
2020-02-10 12:58:59 +01:00
parent ae863f34df
commit 56116bbdf4
250 changed files with 362 additions and 362 deletions

View File

@@ -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"