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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-01-26 18:17:06 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-01-26 18:18:02 +0400
commitd292d6ad74e12cb9bec9c1839e883183e19580ca (patch)
treeb0713896e8b5601665457f8912dfa9c64c4af529 /source/blender/blenkernel/intern/cdderivedmesh.c
parent1c29fd77d31318fae9d72c5560bfdf0aa742cc3d (diff)
Cleanup of BLI_smallhash
Factorized a bit the code here, think it's more readable now... No performance enhancement though. Reviewed by: campbellbarton Differential Revision: https://developer.blender.org/D259
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 a646f102f28..04bd8d3aa2d 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -40,7 +40,6 @@
#include "BLI_blenlib.h"
#include "BLI_edgehash.h"
#include "BLI_math.h"
-#include "BLI_smallhash.h"
#include "BLI_utildefines.h"
#include "BLI_scanfill.h"