From 63658ae76dcadf2404616fa8e6659f5ef63e5c49 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Sep 2018 10:55:22 +1000 Subject: Cleanup: redundant include --- source/blender/python/generic/py_capi_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/python') 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 -- cgit v1.2.3