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 03:55:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-26 03:55:22 +0300
commit63658ae76dcadf2404616fa8e6659f5ef63e5c49 (patch)
tree47bda3bc2fa4babec59e4c22c67740f0cf7f34ac /source/blender/python
parent34d98cfe61bd34aa742879a31ba0da01d32d7e3a (diff)
Cleanup: redundant include
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