Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash function into path_util.h since these are not fileops.

This commit is contained in:
2010-10-27 06:41:48 +00:00
parent 676829ccba
commit a49d1c20f1
6 changed files with 85 additions and 95 deletions

View File

@@ -29,7 +29,6 @@
#include <Python.h>
#include "compile.h" /* for the PyCodeObject */
#include "eval.h" /* for PyEval_EvalCode */
#include "osdefs.h" /* for 'SEP' */
#include "bpy_internal_import.h"