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:
authorCampbell Barton <ideasman42@gmail.com>2014-02-14 03:55:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-14 03:55:38 +0400
commit5621e63d36c525f6acd744e2ddae3a73f2c3b453 (patch)
treedcdf8d2a8a026a642db6e87d4cd8c692b36ecd8c /source/blender/blenkernel/intern/cdderivedmesh.c
parentd95b378c4dbf8caea5de382a38cedbff6a006ed3 (diff)
Code cleanup: duplicate headers
Diffstat (limited to 'source/blender/blenkernel/intern/cdderivedmesh.c')
-rw-r--r--source/blender/blenkernel/intern/cdderivedmesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index 04bd8d3aa2d..b40e04d29d3 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -39,7 +39,6 @@
#include "BLI_math.h"
#include "BLI_blenlib.h"
#include "BLI_edgehash.h"
-#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BLI_scanfill.h"