Cleanup: Resolved missing declaration warnings after recent cleanup

852b3dbff3
This commit is contained in:
Hans Goudey
2024-08-19 17:00:29 -04:00
parent cc5d9387ce
commit 4c37b3ea02
7 changed files with 7 additions and 0 deletions

View File

@@ -86,6 +86,7 @@
#include "sculpt_dyntopo.hh"
#include "sculpt_face_set.hh"
#include "sculpt_filter.hh"
#include "sculpt_hide.hh"
#include "sculpt_intern.hh"
#include "sculpt_islands.hh"
#include "sculpt_pose.hh"

View File

@@ -23,6 +23,7 @@
#include "BKE_paint.hh"
#include "BKE_pbvh_api.hh"
#include "brushes/types.hh"
#include "mesh_brush_common.hh"
#include "paint_intern.hh"
#include "sculpt_cloth.hh"

View File

@@ -44,6 +44,7 @@
#include "ED_sculpt.hh"
#include "brushes/types.hh"
#include "mesh_brush_common.hh"
#include "sculpt_automask.hh"
#include "sculpt_face_set.hh"

View File

@@ -29,6 +29,7 @@
#include "BKE_pbvh_api.hh"
#include "paint_intern.hh"
#include "sculpt_geodesic.hh"
#include "sculpt_intern.hh"
#include "bmesh.hh"

View File

@@ -30,6 +30,7 @@
#include "IMB_colormanagement.hh"
#include "mesh_brush_common.hh"
#include "sculpt_color.hh"
#include "sculpt_intern.hh"
#include "sculpt_smooth.hh"

View File

@@ -33,6 +33,7 @@
#include "sculpt_flood_fill.hh"
#include "sculpt_hide.hh"
#include "sculpt_intern.hh"
#include "sculpt_pose.hh"
#include "sculpt_smooth.hh"
#include "bmesh.hh"

View File

@@ -81,6 +81,7 @@
#include "sculpt_dyntopo.hh"
#include "sculpt_face_set.hh"
#include "sculpt_intern.hh"
#include "sculpt_undo.hh"
namespace blender::ed::sculpt_paint::undo {