[Bf-blender-cvs] [79a7d38c4c4] temp-T96709-painting-target: Cleaup include statements.

Jeroen Bakker noreply at git.blender.org
Tue Mar 29 15:55:14 CEST 2022


Commit: 79a7d38c4c4da3446543a02daf20e7e6acc3d07e
Author: Jeroen Bakker
Date:   Tue Mar 29 15:19:31 2022 +0200
Branches: temp-T96709-painting-target
https://developer.blender.org/rB79a7d38c4c4da3446543a02daf20e7e6acc3d07e

Cleaup include statements.

===================================================================

M	source/blender/editors/sculpt_paint/paint_canvas.cc

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_canvas.cc b/source/blender/editors/sculpt_paint/paint_canvas.cc
index fc51d439d8b..a82e7450aa6 100644
--- a/source/blender/editors/sculpt_paint/paint_canvas.cc
+++ b/source/blender/editors/sculpt_paint/paint_canvas.cc
@@ -1,13 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 
-#include <optional>
-
 #include "ED_paint.h"
 
-#include "BLI_string_ref.hh"
-#include "BLI_vector.hh"
-
-#include "DNA_image_types.h"
 #include "DNA_material_types.h"
 #include "DNA_mesh_types.h"
 #include "DNA_node_types.h"
@@ -16,17 +10,11 @@
 #include "BKE_context.h"
 #include "BKE_customdata.h"
 #include "BKE_material.h"
-#include "BKE_paint.h"
 
 #include "DEG_depsgraph.h"
 
 #include "NOD_shader.h"
 
-#include "UI_resources.h"
-
-#include "RNA_access.h"
-#include "RNA_define.h"
-
 #include "WM_toolsystem.h"
 
 namespace blender::ed::sculpt_paint::canvas {



More information about the Bf-blender-cvs mailing list