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:
authorHans Goudey <h.goudey@me.com>2022-05-30 18:46:32 +0300
committerHans Goudey <h.goudey@me.com>2022-05-30 18:46:44 +0300
commit3f9376851bca4e01296a98f68ad1d64462905b94 (patch)
treefd992870f029c9f99cfd0e5bd2163635a0b0c66d /source/blender/render/intern
parent3437cf155e7ca73cb96882ed5372f5baf2eac78a (diff)
Cleanup: Clang tidy
Mostly duplicate includes, also use nullptr, and using default member initializers.
Diffstat (limited to 'source/blender/render/intern')
-rw-r--r--source/blender/render/intern/pipeline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/render/intern/pipeline.c b/source/blender/render/intern/pipeline.c
index 6c06cd663fa..43497fb8318 100644
--- a/source/blender/render/intern/pipeline.c
+++ b/source/blender/render/intern/pipeline.c
@@ -87,8 +87,6 @@
# include "FRS_freestyle.h"
#endif
-#include "DEG_depsgraph.h"
-
/* internal */
#include "pipeline.h"
#include "render_result.h"