Cleanup: Remove unused includes

This commit is contained in:
Hans Goudey 2022-03-17 17:16:53 -05:00
parent 0835996cc9
commit 7bdba5f1e0
8 changed files with 0 additions and 26 deletions

View File

@ -7,7 +7,6 @@
#include "BKE_mesh_wrapper.h"
#include "BKE_modifier.h"
#include "BKE_pointcloud.h"
#include "BKE_spline.hh"
#include "DNA_collection_types.h"
#include "DNA_layer_types.h"

View File

@ -22,7 +22,6 @@
#include "BKE_mesh.h"
#include "BKE_mesh_runtime.h"
#include "BKE_paint.h"
#include "BKE_spline.hh"
#include "DNA_brush_enums.h"
#include "DNA_brush_types.h"

View File

@ -22,7 +22,6 @@
#include "BKE_mesh.h"
#include "BKE_mesh_runtime.h"
#include "BKE_paint.h"
#include "BKE_spline.hh"
#include "DNA_brush_enums.h"
#include "DNA_brush_types.h"

View File

@ -18,7 +18,6 @@
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "BKE_pointcloud.h"
#include "BKE_spline.hh"
#include "BKE_type_conversions.hh"
namespace blender::geometry {

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BKE_spline.hh"
#include "node_geometry_util.hh"
namespace blender::nodes::node_geo_input_curve_handles_cc {

View File

@ -1,13 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BLI_task.hh"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_mesh.h"
#include "BKE_spline.hh"
#include "node_geometry_util.hh"
namespace blender::nodes::node_geo_input_normal_cc {

View File

@ -1,15 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "BKE_mesh_runtime.h"
#include "BKE_pointcloud.h"
#include "BKE_spline.hh"
#include "BKE_type_conversions.hh"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "GEO_realize_instances.hh"
#include "node_geometry_util.hh"

View File

@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BKE_spline.hh"
#include "node_geometry_util.hh"
namespace blender::nodes::node_geo_set_spline_resolution_cc {