From a49d1c20f1804eae46ee2f60c82114363b47e3ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Oct 2010 06:41:48 +0000 Subject: Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash function into path_util.h since these are not fileops. --- source/blender/python/generic/bpy_internal_import.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/generic/bpy_internal_import.c b/source/blender/python/generic/bpy_internal_import.c index 643ee1e143f..dae0da82dbd 100644 --- a/source/blender/python/generic/bpy_internal_import.c +++ b/source/blender/python/generic/bpy_internal_import.c @@ -29,7 +29,6 @@ #include #include "compile.h" /* for the PyCodeObject */ #include "eval.h" /* for PyEval_EvalCode */ -#include "osdefs.h" /* for 'SEP' */ #include "bpy_internal_import.h" -- cgit v1.2.3