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-01-04 17:37:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-04 17:46:13 +0300
commit66123ef3adee953e26c4cea24c77b0224c92e402 (patch)
tree63bfd81d61205235499704a896fd45e2c7b0925c /source/blender/editors/sculpt_paint
parent474aa8515dd5b5f448b2de2cd3f0c98d83fe15c3 (diff)
Cleanup
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index d4afc6c11b5..8781b468791 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -106,8 +106,6 @@
#if defined(__APPLE__) && defined _OPENMP
#include <sys/sysctl.h>
-#include "BLI_threads.h"
-
/* Query how many cores not counting HT aka physical cores we've got. */
static int system_physical_thread_count(void)
{