[Bf-blender-cvs] [63658ae76dc] master: Cleanup: redundant include

Campbell Barton noreply at git.blender.org
Wed Sep 26 02:41:39 CEST 2018


Commit: 63658ae76dcadf2404616fa8e6659f5ef63e5c49
Author: Campbell Barton
Date:   Wed Sep 26 10:55:22 2018 +1000
Branches: master
https://developer.blender.org/rB63658ae76dcadf2404616fa8e6659f5ef63e5c49

Cleanup: redundant include

===================================================================

M	source/blender/python/generic/py_capi_utils.c

===================================================================

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



More information about the Bf-blender-cvs mailing list