Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/draw/modes/sculpt_mode.c')
-rw-r--r--source/blender/draw/modes/sculpt_mode.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/draw/modes/sculpt_mode.c b/source/blender/draw/modes/sculpt_mode.c
index c38bd8faddd..94ad86d70c0 100644
--- a/source/blender/draw/modes/sculpt_mode.c
+++ b/source/blender/draw/modes/sculpt_mode.c
@@ -36,16 +36,11 @@
#include "BKE_pbvh.h"
#include "BKE_paint.h"
-#include "DEG_depsgraph.h"
-
/* If builtin shaders are needed */
#include "GPU_shader.h"
-#include "GPU_matrix.h"
#include "draw_common.h"
-#include "draw_mode_engines.h"
-
extern char datatoc_sculpt_mask_vert_glsl[];
extern char datatoc_gpu_shader_flat_color_frag_glsl[];
extern char datatoc_gpu_shader_3D_smooth_color_frag_glsl[];