[Bf-blender-cvs] [ed072e1dcd] master: re-adds the include "BLI_math.h" to custondata

Germano Cavalcante noreply at git.blender.org
Sun Mar 26 09:08:29 CEST 2017


Commit: ed072e1dcd0ce8363942774e4c8ad7b760d7f46f
Author: Germano Cavalcante
Date:   Sun Mar 26 04:08:16 2017 -0300
Branches: master
https://developer.blender.org/rBed072e1dcd0ce8363942774e4c8ad7b760d7f46f

re-adds the include "BLI_math.h" to custondata

It was removed here rBd52191616b5f

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

M	source/blender/blenkernel/intern/customdata.c

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

diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index d9269eb99d..a4cc89dc1a 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -44,6 +44,7 @@
 #include "BLI_path_util.h"
 #include "BLI_string.h"
 #include "BLI_string_utils.h"
+#include "BLI_math.h"
 #include "BLI_math_color_blend.h"
 #include "BLI_mempool.h"
 
@@ -57,8 +58,6 @@
 #include "BKE_mesh_remap.h"
 #include "BKE_multires.h"
 
-#include "data_transfer_intern.h"
-
 #include "bmesh.h"
 
 /* number of layers to add when growing a CustomData object */




More information about the Bf-blender-cvs mailing list