[Bf-blender-cvs] [715c58d6bff] greasepencil-object: Cleanup: Remove unused code

Antonio Vazquez noreply at git.blender.org
Tue Nov 14 09:53:50 CET 2017


Commit: 715c58d6bfffe72c6acdae942c2a4dac2b8f6957
Author: Antonio Vazquez
Date:   Tue Nov 14 09:53:38 2017 +0100
Branches: greasepencil-object
https://developer.blender.org/rB715c58d6bfffe72c6acdae942c2a4dac2b8f6957

Cleanup: Remove unused code

===================================================================

M	source/blender/modifiers/intern/MOD_gpencilsmooth.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_gpencilsmooth.c b/source/blender/modifiers/intern/MOD_gpencilsmooth.c
index 38791383c04..dacdce81bc9 100644
--- a/source/blender/modifiers/intern/MOD_gpencilsmooth.c
+++ b/source/blender/modifiers/intern/MOD_gpencilsmooth.c
@@ -30,22 +30,13 @@
 
 #include <stdio.h>
 
-#include "BLI_blenlib.h"
-#include "BLI_utildefines.h"
-#include "BLI_math_vector.h"
-#include "BLI_rand.h"
-
-#include "DNA_scene_types.h"
 #include "DNA_object_types.h"
 #include "DNA_gpencil_types.h"
 #include "DNA_modifier_types.h"
 
 #include "BKE_context.h"
-#include "BKE_global.h"
 #include "BKE_deform.h"
 #include "BKE_gpencil.h"
-#include "BKE_modifier.h"
-#include "BKE_object.h"
 
 #include "DEG_depsgraph.h"



More information about the Bf-blender-cvs mailing list