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>2010-10-27 10:41:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-27 10:41:48 +0400
commita49d1c20f1804eae46ee2f60c82114363b47e3ea (patch)
tree3b4588fa05108e0b7df67d1bdc1cbd1de74e7466 /source/blender/python/generic/bpy_internal_import.c
parent676829ccba10da1d83f809ad243685707bb7543d (diff)
Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash function into path_util.h since these are not fileops.
Diffstat (limited to 'source/blender/python/generic/bpy_internal_import.c')
-rw-r--r--source/blender/python/generic/bpy_internal_import.c1
1 files changed, 0 insertions, 1 deletions
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 <Python.h>
#include "compile.h" /* for the PyCodeObject */
#include "eval.h" /* for PyEval_EvalCode */
-#include "osdefs.h" /* for 'SEP' */
#include "bpy_internal_import.h"