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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-14 07:12:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-14 07:12:40 +0300
commit863b38d7081673c41f343d28aa64c65f6cc41f96 (patch)
tree9b3e6a4375f11e504c865d6fd55a0f54c3ec7bb8 /source
parent862b5b18421a986b3d2cf8b0951f1a58797aaa52 (diff)
Cleanup: commented includes
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/editmesh.c1
-rw-r--r--source/blender/draw/engines/eevee/eevee_shadows.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c3
3 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/blenkernel/intern/editmesh.c b/source/blender/blenkernel/intern/editmesh.c
index c5a4b48aed8..0fa3bb29ccd 100644
--- a/source/blender/blenkernel/intern/editmesh.c
+++ b/source/blender/blenkernel/intern/editmesh.c
@@ -36,7 +36,6 @@
#include "BKE_lib_id.h"
#include "BKE_mesh.h"
#include "BKE_mesh_iterators.h"
-// #include "BKE_jesh_runtime.h"
#include "BKE_mesh_wrapper.h"
#include "BKE_object.h"
diff --git a/source/blender/draw/engines/eevee/eevee_shadows.c b/source/blender/draw/engines/eevee/eevee_shadows.c
index 618096fc992..2f8eb482882 100644
--- a/source/blender/draw/engines/eevee/eevee_shadows.c
+++ b/source/blender/draw/engines/eevee/eevee_shadows.c
@@ -23,9 +23,6 @@
#include "BLI_string_utils.h"
#include "BLI_sys_types.h" /* bool */
-// #include "BLI_dynstr.h"
-// #include "BLI_rand.h"
-
#include "BKE_object.h"
#include "DEG_depsgraph_query.h"
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index d5745caa66a..f4586fa130d 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -56,9 +56,8 @@
#include "paint_intern.h"
#include "sculpt_intern.h"
-#include <string.h>
-// #include <stdio.h>
#include <stddef.h>
+#include <string.h>
/* Brush operators */
static int brush_add_exec(bContext *C, wmOperator *UNUSED(op))