Cleanup: remove some useless BKE_library and BKE_main includes.
Makes it simpler to make some changes... Also fix order of some includes (use alphabetical please).
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
#include "BLI_linklist.h"
|
||||
#include "BLI_path_util.h"
|
||||
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_library.h"
|
||||
#include "BKE_idcode.h"
|
||||
#include "BKE_report.h"
|
||||
#include "BKE_context.h"
|
||||
#include "BKE_idcode.h"
|
||||
#include "BKE_library.h"
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_report.h"
|
||||
|
||||
#include "DNA_space_types.h" /* FILE_LINK, FILE_RELPATH */
|
||||
|
||||
|
Reference in New Issue
Block a user