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:
authorJeroen Bakker <jeroen@blender.org>2022-04-13 14:42:55 +0300
committerJeroen Bakker <jeroen@blender.org>2022-04-13 14:42:55 +0300
commit211ba8df0b59e4f26cd22a2ed750cbddea5120d7 (patch)
treef59238f2ddb7a621402a2bd26a9d0d9f1d6b7e5e
parent248339a1cb3182909876a9c26c08b8a9bbfdcad7 (diff)
Remove unused include statement.
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 1ceda950e45..89b387359de 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -58,7 +58,6 @@
#include "BKE_subdiv_ccg.h"
#include "BKE_subsurf.h"
-#include "NOD_shader.h"
#include "NOD_texture.h"
#include "DEG_depsgraph.h"