Cleanup: redundant headers

This commit is contained in:
Campbell Barton 2020-02-15 10:04:55 +11:00
parent 1135c2cd17
commit b6c9c9c449
8 changed files with 0 additions and 12 deletions

View File

@ -32,8 +32,6 @@
#include "DNA_space_types.h"
#include "DNA_view3d_types.h"
#include "BIF_glutil.h"
#include "GPU_immediate.h"
#include "GPU_matrix.h"
#include "GPU_state.h"
@ -45,7 +43,6 @@
#include "BKE_context.h"
#include "ED_image.h"
#include "ED_view3d.h"
#include "BLT_translation.h"

View File

@ -29,7 +29,6 @@
#include "BKE_context.h"
#include "BKE_curve.h"
#include "BKE_report.h"
#include "transform.h"
#include "transform_convert.h"

View File

@ -30,7 +30,6 @@
#include "BKE_colortools.h"
#include "BKE_context.h"
#include "BKE_gpencil.h"
#include "BKE_report.h"
#include "ED_gpencil.h"

View File

@ -29,7 +29,6 @@
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "transform.h"
#include "transform_convert.h"

View File

@ -28,7 +28,6 @@
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "transform.h"
#include "transform_convert.h"

View File

@ -29,7 +29,6 @@
#include "BKE_context.h"
#include "BKE_paint.h"
#include "BKE_report.h"
#include "transform.h"
#include "transform_convert.h"

View File

@ -29,7 +29,6 @@
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "BKE_particle.h"
#include "BKE_pointcache.h"

View File

@ -21,15 +21,12 @@
* \ingroup edtransform
*/
#include "DNA_space_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "BKE_scene.h"
#include "BKE_paint.h"
#include "transform.h"