Cleanup: Remove unused headers in sculpt header files

Pull Request: https://projects.blender.org/blender/blender/pulls/126002
This commit is contained in:
Sean Kim
2024-08-07 19:06:55 +02:00
committed by Sean Kim
parent 636b3b1b64
commit febdb2f487
2 changed files with 0 additions and 4 deletions

View File

@@ -8,8 +8,6 @@
* \ingroup bke
*/
#include <optional>
#include "BLI_array.hh"
#include "BLI_bit_vector.hh"
#include "BLI_map.hh"

View File

@@ -20,8 +20,6 @@
#include "DNA_scene_enums.h"
#include "DNA_vec_types.h"
#include <memory>
enum class PaintMode : int8_t;
struct ARegion;