Cleanup: commented includes

This commit is contained in:
Campbell Barton 2020-10-14 15:12:40 +11:00
parent 862b5b1842
commit 863b38d708
3 changed files with 1 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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))