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>2016-05-16 22:26:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-16 22:26:09 +0300
commit886ff7230195668807f3d3ee0ed54ee0590312d3 (patch)
tree08266c86c17427ff75880207f1235a41de78c877
parent0096bae8c4fbe0c2e3c0d84ed6abca67fc7cd825 (diff)
Remove strict header, gives issues with gcc5x
-rw-r--r--source/blender/blenkernel/intern/customdata.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index 5e44060ab98..de79a30bd60 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -68,8 +68,6 @@
#include <math.h>
#include <string.h>
-#include "BLI_strict_flags.h"
-
/* number of layers to add when growing a CustomData object */
#define CUSTOMDATA_GROW 5