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:
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/CMakeLists.txt1
-rw-r--r--source/blender/editors/space_api/SConscript1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_api/CMakeLists.txt b/source/blender/editors/space_api/CMakeLists.txt
index 0abdd134046..3932924a521 100644
--- a/source/blender/editors/space_api/CMakeLists.txt
+++ b/source/blender/editors/space_api/CMakeLists.txt
@@ -23,7 +23,6 @@ set(INC
../io
../../blenkernel
../../blenlib
- ../../blenloader
../../bmesh
../../makesdna
../../makesrna
diff --git a/source/blender/editors/space_api/SConscript b/source/blender/editors/space_api/SConscript
index b7d8342f6fa..bd0f490a56d 100644
--- a/source/blender/editors/space_api/SConscript
+++ b/source/blender/editors/space_api/SConscript
@@ -36,7 +36,6 @@ incs = [
'../io',
'../../blenkernel',
'../../blenlib',
- '../../blenloader',
'../../bmesh',
'../../makesdna',
'../../makesrna',