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-05 18:02:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-05 18:03:02 +0400
commit41d23116aa4ed36aec8b480ce2fc207d72ad88ce (patch)
treebc1b759e677ffa16ed7222a71e9b6cf3caa25936 /source/blender/blenlib/BLI_kdopbvh.h
parent1687023776a3ce0de41a4cfe0ebc72a5ebadabe4 (diff)
Scanfill: malloc arrays and zero init members
Diffstat (limited to 'source/blender/blenlib/BLI_kdopbvh.h')
-rw-r--r--source/blender/blenlib/BLI_kdopbvh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h
index bf7bd3d99b2..7b00fd90bf6 100644
--- a/source/blender/blenlib/BLI_kdopbvh.h
+++ b/source/blender/blenlib/BLI_kdopbvh.h
@@ -39,8 +39,6 @@
extern "C" {
#endif
-#include <float.h>
-
struct BVHTree;
typedef struct BVHTree BVHTree;