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>2018-11-30 06:21:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-30 06:23:13 +0300
commitbae188bf468313993ac9993c4f8dd0bde1cdfa56 (patch)
tree60dcc4b66078baa0d8892d5ba172dadebf852b09 /source/creator/creator.c
parent0b044a4ab2c9d18f0561e15dddaa790bfad6ab48 (diff)
Cleanup: duplicate include
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 1d39fd6f05a..ac8d6c9d8f5 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -52,7 +52,6 @@
#include "BLI_callbacks.h"
#include "BLI_string.h"
#include "BLI_system.h"
-#include "BLI_threads.h"
/* mostly init functions */
#include "BKE_appdir.h"