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-09-26 04:42:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-26 04:42:38 +0300
commit77b381bd35f8d4c53b403c382c2301c0baa722a0 (patch)
treebe5e9c620db885cbe500eb4dc1737d604aad59bd /source/blender/python
parent07747bcd67b6c8a829febeb34b64c47d0ad8a344 (diff)
parent63658ae76dcadf2404616fa8e6659f5ef63e5c49 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/generic/py_capi_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/generic/py_capi_utils.c b/source/blender/python/generic/py_capi_utils.c
index ae0e40c8561..62b24618d3f 100644
--- a/source/blender/python/generic/py_capi_utils.c
+++ b/source/blender/python/generic/py_capi_utils.c
@@ -46,7 +46,6 @@
#endif
#ifdef _WIN32
-#include "BLI_path_util.h" /* BLI_setenv() */
#include "BLI_math_base.h" /* isfinite() */
#endif