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,10 @@
|
||||
#include "BKE_armature.h"
|
||||
|
||||
extern "C" {
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_mesh.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_library.h"
|
||||
#include "BKE_idprop.h"
|
||||
#include "BKE_library.h"
|
||||
#include "BKE_mesh.h"
|
||||
}
|
||||
|
||||
#include "ED_armature.h"
|
||||
|
Reference in New Issue
Block a user