Cleanup: remove redundant headers in source/blender/editors/

Remove redundant headers using
`./source/tools/utils_maintenance/code_clean.py`

Reviewed By: jmonteath

Ref D10364
This commit is contained in:
2021-02-10 07:57:53 +11:00
parent 7b84a5a370
commit bdb42c2c2d
107 changed files with 0 additions and 369 deletions

View File

@@ -23,7 +23,6 @@
#include "BKE_attribute.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "RNA_access.h"
#include "RNA_define.h"
@@ -34,7 +33,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "ED_geometry.h"
#include "ED_object.h"
#include "geometry_intern.h"