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:
authorHans Goudey <h.goudey@me.com>2020-08-28 23:29:10 +0300
committerHans Goudey <h.goudey@me.com>2020-08-28 23:29:10 +0300
commit91bbf96c1d8e1a1ea341b1ba18005a4d3e5725e4 (patch)
tree5168c9a2730be50616f30d92d287da35bd6f5efe /source/blender/blenkernel/intern
parentd8283a1f89493076ec2750350a31d45233da6c11 (diff)
Revert "tmp"
This reverts commit b78a439e9071f83baf296d52c0c1a458aecd2938. This was committed by mistake, and including BLI_winstuff.h on non-windows platforms results in an error.
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/deform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/deform.c b/source/blender/blenkernel/intern/deform.c
index b40a8d7bb43..ea5e4ec6532 100644
--- a/source/blender/blenkernel/intern/deform.c
+++ b/source/blender/blenkernel/intern/deform.c
@@ -39,7 +39,6 @@
#include "BLI_string.h"
#include "BLI_string_utils.h"
#include "BLI_utildefines.h"
-#include "BLI_winstuff.h"
#include "BLT_translation.h"