Code cleanup: remove unused includes
Opted to keep includes if they are used indirectly (even if removing is possible).
This commit is contained in:
@@ -27,12 +27,8 @@
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_math.h"
|
||||
|
||||
#include "DNA_mesh_types.h"
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_modifier_types.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "MOD_meshcache_util.h"
|
||||
|
||||
void MOD_meshcache_calc_range(const float frame, const char interp,
|
||||
|
Reference in New Issue
Block a user